--- sourceforge.net/trunk/rdesktop/proto.h 2002/09/14 11:48:44 121 +++ sourceforge.net/trunk/rdesktop/proto.h 2002/09/14 13:47:24 123 @@ -83,8 +83,7 @@ void ui_create_window_obj(int xpos, int ypos, int width, int height, int valuemask); BOOL ui_create_window(void); void ui_destroy_window(void); -void reset_keys(void); -void toggle_fullscreen(void); +void xwin_toggle_fullscreen(void); void ui_select(int rdp_socket); void ui_move_pointer(int x, int y); HBITMAP ui_create_bitmap(int width, int height, uint8 * data);