/[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 296 by astrand, Mon Jan 20 09:50:28 2003 UTC revision 297 by matthewc, Tue Jan 28 12:27:28 2003 UTC
# Line 51  add_to_keymap(char *keyname, uint8 scanc Line 51  add_to_keymap(char *keyname, uint8 scanc
51          keysym = XStringToKeysym(keyname);          keysym = XStringToKeysym(keyname);
52          if (keysym == NoSymbol)          if (keysym == NoSymbol)
53          {          {
54                  error("Bad keysym %s in keymap %s\n", keyname, mapname);                  warning("Bad keysym %s in keymap %s\n", keyname, mapname);
55                  return;                  return;
56          }          }
57    
# Line 344  xkeymap_translate_key(uint32 keysym, uns Line 344  xkeymap_translate_key(uint32 keysym, uns
344          }          }
345    
346          if (keymap_loaded)          if (keymap_loaded)
347                  error("No translation for (keysym 0x%lx, %s)\n", keysym, get_ksname(keysym));                  warning("No translation for (keysym 0x%lx, %s)\n", keysym, get_ksname(keysym));
348    
349          /* not in keymap, try to interpret the raw scancode */          /* not in keymap, try to interpret the raw scancode */
350          if ((keycode >= min_keycode) && (keycode <= 0x60))          if ((keycode >= min_keycode) && (keycode <= 0x60))

Legend:
Removed from v.296  
changed lines
  Added in v.297

  ViewVC Help
Powered by ViewVC 1.1.26