Moved XVisualInfo to xlib.factor
parent
53c0f3fb59
commit
32d67f5745
|
@ -31,26 +31,6 @@ END-STRUCT
|
||||||
|
|
||||||
FUNCTION: int XSetStandardProperties ( Display* display, Window w, char* window_name, char* icon_name, Pixmap icon_pixmap, char** argv, int argc, XSizeHints* hints ) ;
|
FUNCTION: int XSetStandardProperties ( Display* display, Window w, char* window_name, char* icon_name, Pixmap icon_pixmap, char** argv, int argc, XSizeHints* hints ) ;
|
||||||
|
|
||||||
! Information used by the visual utility routines to find desired visual
|
|
||||||
! type from the many visuals a display may support.
|
|
||||||
|
|
||||||
BEGIN-STRUCT: XVisualInfo
|
|
||||||
FIELD: Visual* visual
|
|
||||||
FIELD: VisualID visualid
|
|
||||||
FIELD: int screen
|
|
||||||
FIELD: int depth
|
|
||||||
! #if defined(__cplusplus) || defined(c_plusplus)
|
|
||||||
! int c_class; /* C++ */
|
|
||||||
! #else
|
|
||||||
FIELD: int class
|
|
||||||
! #endif
|
|
||||||
FIELD: ulong red_mask
|
|
||||||
FIELD: ulong green_mask
|
|
||||||
FIELD: ulong blue_mask
|
|
||||||
FIELD: int colormap_size
|
|
||||||
FIELD: int bits_per_rgb
|
|
||||||
END-STRUCT
|
|
||||||
|
|
||||||
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