/[rdesktop]/sourceforge.net/trunk/rdesktop/xkeymap.c
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/xkeymap.c

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

revision 70 by astrand, Sat Jul 27 23:09:32 2002 UTC revision 73 by astrand, Mon Jul 29 19:21:51 2002 UTC
# Line 38  extern int keylayout; Line 38  extern int keylayout;
38  extern BOOL enable_compose;  extern BOOL enable_compose;
39    
40  static key_translation keymap[KEYMAP_SIZE];  static key_translation keymap[KEYMAP_SIZE];
41  static unsigned int min_keycode;  static int min_keycode;
42  static uint16 remote_modifier_state = 0;  static uint16 remote_modifier_state = 0;
43    
44  static void  static void
# Line 220  void Line 220  void
220  xkeymap_init2(void)  xkeymap_init2(void)
221  {  {
222          unsigned int max_keycode;          unsigned int max_keycode;
223          XDisplayKeycodes(display, &min_keycode, &max_keycode);          XDisplayKeycodes(display, &min_keycode, (int *)&max_keycode);
224  }  }
225    
226    

Legend:
Removed from v.70  
changed lines
  Added in v.73

  ViewVC Help
Powered by ViewVC 1.1.26