moved XSetStandardProperties to xlib.factor
parent
7783d29a0a
commit
b441365b37
|
@ -29,8 +29,6 @@ BEGIN-STRUCT: XSizeHints
|
||||||
FIELD: int win_gravity; ! added by ICCCM version 1
|
FIELD: int win_gravity; ! added by ICCCM version 1
|
||||||
END-STRUCT
|
END-STRUCT
|
||||||
|
|
||||||
FUNCTION: int XSetStandardProperties ( Display* display, Window w, char* window_name, char* icon_name, Pixmap icon_pixmap, char** argv, int argc, XSizeHints* hints ) ;
|
|
||||||
|
|
||||||
BEGIN-STRUCT: XComposeStatus
|
BEGIN-STRUCT: XComposeStatus
|
||||||
FIELD: XPointer compose_ptr ! state table pointer
|
FIELD: XPointer compose_ptr ! state table pointer
|
||||||
FIELD: int chars_matched ! match state
|
FIELD: int chars_matched ! match state
|
||||||
|
|
Loading…
Reference in New Issue