move XQueryKeymap binding to x11.xlib

db4
Joe Groff 2010-02-26 18:21:37 -08:00
parent 013760a906
commit 3d479927d7
2 changed files with 42 additions and 38 deletions

View File

@ -42,7 +42,6 @@ M: linux-game-input-backend vibrate-controller
3drop ; 3drop ;
CONSTANT: x>hid-bit-order { CONSTANT: x>hid-bit-order {
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 41 30 31 32 33 34 35 0 41 30 31 32 33 34 35
36 37 38 39 45 46 42 43 36 37 38 39 45 46 42 43

View File

@ -1406,3 +1406,8 @@ X-FUNCTION: c-string setlocale ( int category, c-string name ) ;
X-FUNCTION: Bool XSupportsLocale ( ) ; X-FUNCTION: Bool XSupportsLocale ( ) ;
X-FUNCTION: c-string XSetLocaleModifiers ( c-string modifier_list ) ; X-FUNCTION: c-string XSetLocaleModifiers ( c-string modifier_list ) ;
! uncategorized xlib bindings
X-FUNCTION: int XQueryKeymap ( Display* display, char[32] keys_return ) ;