/[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 962 by astrand, Wed Aug 3 09:56:17 2005 UTC revision 976 by astrand, Thu Aug 4 13:39:57 2005 UTC
# Line 77  BOOL pstcache_init(uint8 cache_id); Line 77  BOOL pstcache_init(uint8 cache_id);
77  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
78  void generate_random(uint8 * random);  void generate_random(uint8 * random);
79  void *xmalloc(int size);  void *xmalloc(int size);
80    char *xstrdup(const char *s);
81  void *xrealloc(void *oldmem, int size);  void *xrealloc(void *oldmem, int size);
82  void xfree(void *mem);  void xfree(void *mem);
83  void error(char *format, ...);  void error(char *format, ...);
# Line 166  void ui_clip_request_data(uint32 format) Line 167  void ui_clip_request_data(uint32 format)
167  void ui_clip_sync(void);  void ui_clip_sync(void);
168  void xclip_init(void);  void xclip_init(void);
169  /* xkeymap.c */  /* xkeymap.c */
170  void xkeymap_from_locale(const char *locale);  BOOL xkeymap_from_locale(const char *locale);
171  FILE *xkeymap_open(const char *filename);  FILE *xkeymap_open(const char *filename);
172  void xkeymap_init(void);  void xkeymap_init(void);
173  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);
174  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);
175  void xkeymap_send_keys(uint32 keysym, unsigned int keycode, unsigned int state, uint32 ev_time,  void xkeymap_send_keys(uint32 keysym, unsigned int keycode, unsigned int state, uint32 ev_time,
176                         BOOL pressed);                         BOOL pressed, uint8 nesting);
177  uint16 xkeymap_translate_button(unsigned int button);  uint16 xkeymap_translate_button(unsigned int button);
178  char *get_ksname(uint32 keysym);  char *get_ksname(uint32 keysym);
179  void save_remote_modifiers(uint8 scancode);  void save_remote_modifiers(uint8 scancode);

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

  ViewVC Help
Powered by ViewVC 1.1.26