From 7783d29a0aad82afec34cdba3561bdd4eaea81ad Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Thu, 29 Dec 2005 16:06:00 +0000 Subject: [PATCH] added XSetStandardProperties --- contrib/x11/xlib.factor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contrib/x11/xlib.factor b/contrib/x11/xlib.factor index 88bbf3b075..4f1b33f66e 100644 --- a/contrib/x11/xlib.factor +++ b/contrib/x11/xlib.factor @@ -1146,6 +1146,20 @@ BEGIN-STRUCT: XVisualInfo FIELD: int bits_per_rgb END-STRUCT +! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! Appendix D - Compatibility Functions +! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +FUNCTION: Status XSetStandardProperties ( + Display* display, + Window w, + char* window_name, + char* icon_name, + Pixmap icon_pixmap, + char** argv, + int argc, + XSizeHints* hints ) ; + ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! : CurrentTime 0 ;