/[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 325 by astrand, Mon Feb 10 12:58:51 2003 UTC revision 326 by astrand, Wed Feb 12 09:56:13 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                  warning("Bad keysym %s in keymap %s\n", keyname, mapname);                  DEBUG_KBD(("Bad keysym \"%s\" in keymap %s (ignoring)\n", keyname, mapname));
55                  return;                  return;
56          }          }
57    

Legend:
Removed from v.325  
changed lines
  Added in v.326

  ViewVC Help
Powered by ViewVC 1.1.26