*** empty log message ***
parent
7172dc583c
commit
7431e53f86
|
@ -34,6 +34,7 @@ TYPEDEF: void* GC
|
||||||
TYPEDEF: void* Visual*
|
TYPEDEF: void* Visual*
|
||||||
TYPEDEF: void* XExtData*
|
TYPEDEF: void* XExtData*
|
||||||
TYPEDEF: void* XFontProp*
|
TYPEDEF: void* XFontProp*
|
||||||
|
TYPEDEF: void* XComposeStatus*
|
||||||
|
|
||||||
TYPEDEF: int Status
|
TYPEDEF: int Status
|
||||||
|
|
||||||
|
@ -1154,8 +1155,12 @@ END-STRUCT
|
||||||
|
|
||||||
FUNCTION: KeySym XLookupKeysym ( XKeyEvent* key_event, int index ) ;
|
FUNCTION: KeySym XLookupKeysym ( XKeyEvent* key_event, int index ) ;
|
||||||
|
|
||||||
|
FUNCTION: int XLookupString (
|
||||||
FUNCTION: int XLookupString ( XKeyEvent* event_struct, char* buffer_return, int bytes_buffer, KeySym* keysym_return, XComposeStatus* status_in_out ) ;
|
XKeyEvent* event_struct,
|
||||||
|
char* buffer_return,
|
||||||
|
int bytes_buffer,
|
||||||
|
KeySym* keysym_return,
|
||||||
|
XComposeStatus* status_in_out ) ;
|
||||||
|
|
||||||
! 16.7 Determining the Appropriate Visual Type
|
! 16.7 Determining the Appropriate Visual Type
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue