/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 190 by matthewc, Tue Sep 24 07:33:17 2002 UTC revision 203 by matthewc, Thu Sep 26 14:04:30 2002 UTC
# Line 63  BOOL tcp_connect(char *server); Line 63  BOOL tcp_connect(char *server);
63  void tcp_disconnect(void);  void tcp_disconnect(void);
64  /* xkeymap.c */  /* xkeymap.c */
65  void xkeymap_init(void);  void xkeymap_init(void);
66  BOOL handle_special_keys(uint32 keysym, uint32 ev_time, BOOL pressed);  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);
67  key_translation xkeymap_translate_key(uint32 keysym, unsigned int keycode, unsigned int state);  key_translation xkeymap_translate_key(uint32 keysym, unsigned int keycode, unsigned int state);
68  uint16 xkeymap_translate_button(unsigned int button);  uint16 xkeymap_translate_button(unsigned int button);
69  char *get_ksname(uint32 keysym);  char *get_ksname(uint32 keysym);
70  void ensure_remote_modifiers(uint32 ev_time, key_translation tr);  void ensure_remote_modifiers(uint32 ev_time, key_translation tr);
71  void reset_modifier_keys(void);  void reset_modifier_keys(unsigned int state);
72  void rdp_send_scancode(uint32 time, uint16 flags, uint16 scancode);  void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode);
73  /* xwin.c */  /* xwin.c */
74  BOOL get_key_state(int keysym);  BOOL get_key_state(uint32 keysym, unsigned int state);
75  BOOL ui_init(void);  BOOL ui_init(void);
76  void ui_deinit(void);  void ui_deinit(void);
77  BOOL ui_create_window(void);  BOOL ui_create_window(void);

Legend:
Removed from v.190  
changed lines
  Added in v.203

  ViewVC Help
Powered by ViewVC 1.1.26