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

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

revision 208 by matthewc, Fri Sep 27 01:04:34 2002 UTC revision 210 by matthewc, Fri Oct 4 14:25:37 2002 UTC
# Line 184  translate_colour(uint32 colour) Line 184  translate_colour(uint32 colour)
184  }  }
185    
186  BOOL  BOOL
187  get_key_state(uint32 keysym, unsigned int state)  get_key_state(unsigned int state, uint32 keysym)
188  {  {
189          int modifierpos, key, keysymMask = 0;          int modifierpos, key, keysymMask = 0;
190          int offset;          int offset;
# Line 218  ui_init(void) Line 218  ui_init(void)
218          display = XOpenDisplay(NULL);          display = XOpenDisplay(NULL);
219          if (display == NULL)          if (display == NULL)
220          {          {
221                  error("Failed to open display\n");                  error("Failed to open display: %s\n", XDisplayName(NULL));
222                  return False;                  return False;
223          }          }
224    

Legend:
Removed from v.208  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.26