]> gitweb.factorcode.org Git - factor.git/commitdiff
Pad XClientMessageEvent appropriately
authorwayo.cavazos <wayo.cavazos@gmail.com>
Tue, 30 May 2006 04:02:04 +0000 (04:02 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Tue, 30 May 2006 04:02:04 +0000 (04:02 +0000)
library/ui/x11/xlib.factor

index 07775a793ccde00d316957e0fb0815fb9d1a44bc..4b9b54a6a4ddbcc0080cfb4521ef148f129d2c60 100644 (file)
@@ -948,7 +948,11 @@ BEGIN-STRUCT: XClientMessageEvent
        FIELD: Window window
        FIELD: Atom message_type
        FIELD: int format
-    FIELD: long data
+       FIELD: long data0
+       FIELD: long data1
+       FIELD: long data2
+       FIELD: long data3
+       FIELD: long data4
 !       union {
 !              char  b[20];
 !              short s[10];
@@ -1106,11 +1110,11 @@ FUNCTION: Status XGetTransientForHint ( Display* display, Window w, Window* prop
 
 ! 14.1.1.  Manipulating Top-Level Windows
 
-FUNCTION: Status XIconifyWindow(
-       Display* display , Window w , int screen_number ) ;
+FUNCTION: Status XIconifyWindow (
+       Display* display, Window w, int screen_number ) ;
 
-FUNCTION: Status XWithdrawWindow(
-       Display* display , Window w , int screen_number ) ;
+FUNCTION: Status XWithdrawWindow (
+       Display* display, Window w, int screen_number ) ;
 
 ! 14.1.6 - Setting and Reading the WM_HINTS Property