From a35d6ee0dcb6f61e6759ecbfe7ad09d02b2cdc71 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Tue, 30 May 2006 00:48:34 +0000 Subject: [PATCH] Added XGetWMProtocols to section 14.1.10 --- library/ui/x11/xlib.factor | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/ui/x11/xlib.factor b/library/ui/x11/xlib.factor index 304cfd6af0..f977a6ce0b 100644 --- a/library/ui/x11/xlib.factor +++ b/library/ui/x11/xlib.factor @@ -1145,6 +1145,12 @@ END-STRUCT FUNCTION: Status XSetWMProtocols ( Display* display, Window w, Atom* protocols, int count ) ; +FUNCTION: Status XGetWMProtocols ( + Display* display, + Window w, + Atom** protocols_return, + int* count_return ) ; + ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! 16 - Application Utility Functions ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!