comparison src/device-x.c @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents 90d73dddcdc4
children c42ec1d1cded
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
1497 signal_simple_error ("Not an X device", device); 1497 signal_simple_error ("Not an X device", device);
1498 1498
1499 return DEVICE_X_DATA (d)->x_keysym_map_hashtable; 1499 return DEVICE_X_DATA (d)->x_keysym_map_hashtable;
1500 } 1500 }
1501 1501
1502 DEFUN ("x-keysym-on-keyboard-sans-modifiers-p", 1502 DEFUN ("x-keysym-on-keyboard-sans-modifiers-p", Fx_keysym_on_keyboard_sans_modifiers_p,
1503 Fx_keysym_on_keyboard_sans_modifiers_p, 1, 2, 0, /* 1503 1, 2, 0, /*
1504 Return true if KEYSYM names a key on the keyboard of DEVICE. 1504 Return true if KEYSYM names a key on the keyboard of DEVICE.
1505 More precisely, return true if pressing a physical key 1505 More precisely, return true if pressing a physical key
1506 on the keyboard of DEVICE without any modifier keys generates KEYSYM. 1506 on the keyboard of DEVICE without any modifier keys generates KEYSYM.
1507 Valid keysyms are listed in the files /usr/include/X11/keysymdef.h and in 1507 Valid keysyms are listed in the files /usr/include/X11/keysymdef.h and in
1508 /usr/lib/X11/XKeysymDB, or whatever the equivalents are on your system. 1508 /usr/lib/X11/XKeysymDB, or whatever the equivalents are on your system.