From b441365b372f7332463ef2303103392e729e8d82 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Thu, 29 Dec 2005 16:06:28 +0000 Subject: [PATCH] moved XSetStandardProperties to xlib.factor --- contrib/x11/xutil.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/x11/xutil.factor b/contrib/x11/xutil.factor index 74f1986d06..93851b7fa1 100644 --- a/contrib/x11/xutil.factor +++ b/contrib/x11/xutil.factor @@ -29,8 +29,6 @@ BEGIN-STRUCT: XSizeHints FIELD: int win_gravity; ! added by ICCCM version 1 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 FIELD: XPointer compose_ptr ! state table pointer FIELD: int chars_matched ! match state