From fea119bea232dc681390a177eca8825d8960cf06 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Tue, 30 May 2006 00:46:20 +0000 Subject: [PATCH] Moved XSetWMProtocols to section 14.1.10. --- library/ui/x11/xlib.factor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/ui/x11/xlib.factor b/library/ui/x11/xlib.factor index 664f681e5e..304cfd6af0 100644 --- a/library/ui/x11/xlib.factor +++ b/library/ui/x11/xlib.factor @@ -1100,8 +1100,6 @@ FUNCTION: Status XWarpPointer ( Display* display, Window src_w, Window dest_w, i ! 14.1 Client to Window Manager Communication -FUNCTION: Status XSetWMProtocols ( Display* display, Window w, Atom* protocols, int count ) ; - FUNCTION: Status XFetchName ( Display* display, Window w, char** window_name_return ) ; FUNCTION: Status XGetTransientForHint ( Display* display, Window w, Window* prop_window_return ) ; @@ -1143,6 +1141,10 @@ BEGIN-STRUCT: XSizeHints FIELD: int win_gravity; END-STRUCT +! 14.1.10. Setting and Reading the WM_PROTOCOLS Property + +FUNCTION: Status XSetWMProtocols ( Display* display, Window w, Atom* protocols, int count ) ; + ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! 16 - Application Utility Functions ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!