/[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 947 by astrand, Tue Aug 2 09:43:56 2005 UTC revision 962 by astrand, Wed Aug 3 09:56:17 2005 UTC
# Line 166  void ui_clip_request_data(uint32 format) Line 166  void ui_clip_request_data(uint32 format)
166  void ui_clip_sync(void);  void ui_clip_sync(void);
167  void xclip_init(void);  void xclip_init(void);
168  /* xkeymap.c */  /* xkeymap.c */
169    void xkeymap_from_locale(const char *locale);
170    FILE *xkeymap_open(const char *filename);
171  void xkeymap_init(void);  void xkeymap_init(void);
172  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);
173  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);
174    void xkeymap_send_keys(uint32 keysym, unsigned int keycode, unsigned int state, uint32 ev_time,
175                           BOOL pressed);
176  uint16 xkeymap_translate_button(unsigned int button);  uint16 xkeymap_translate_button(unsigned int button);
177  char *get_ksname(uint32 keysym);  char *get_ksname(uint32 keysym);
178  void save_remote_modifiers(uint8 scancode);  void save_remote_modifiers(uint8 scancode);

Legend:
Removed from v.947  
changed lines
  Added in v.962

  ViewVC Help
Powered by ViewVC 1.1.26