/[libvob]/libvob/src/os/Os-GLX.cxx
ViewVC logotype

Diff of /libvob/src/os/Os-GLX.cxx

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

revision 1.14 by tjl, Thu Aug 14 09:27:04 2003 UTC revision 1.15 by tuukkah, Thu Aug 14 09:40:28 2003 UTC
# Line 613  namespace Os { Line 613  namespace Os {
613                  if(ret >= 0)                  if(ret >= 0)
614                      buf[ret] = 0;                      buf[ret] = 0;
615    
616                  if(!ret || buf[0] < 32) {                  if(!ret || buf[0] < 32 || buf[0] == 127) {
617                      str = XKeysymToString(keysym);                      str = XKeysymToString(keysym);
618                      if(str == 0) {                      if(str == 0) {
619                          cout << "Null keystroke\n";                          cout << "Null keystroke\n";

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26