diff --git a/contrib/x11/xutil.factor b/contrib/x11/xutil.factor index b226272eee..74f1986d06 100644 --- a/contrib/x11/xutil.factor +++ b/contrib/x11/xutil.factor @@ -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 ) ; -! 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 FIELD: XPointer compose_ptr ! state table pointer FIELD: int chars_matched ! match state