move XQueryKeymap binding to x11.xlib
parent
013760a906
commit
3d479927d7
|
@ -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
|
||||||
|
|
|
@ -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 ) ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue