]> gitweb.factorcode.org Git - factor.git/commitdiff
Minor formatting in xlib.factor
authorwayo.cavazos <wayo.cavazos@gmail.com>
Thu, 16 Mar 2006 07:53:43 +0000 (07:53 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Thu, 16 Mar 2006 07:53:43 +0000 (07:53 +0000)
contrib/x11/xlib.factor

index 0033cab2d652858b153d988316427c2a89a1e962..cee2494505dab2be58bb17485223bf08069da098 100644 (file)
@@ -475,8 +475,8 @@ FUNCTION: Status XKillClient ( Display* display, XID resource ) ;
 : FocusIn                      9 ;
 : FocusOut             10 ;
 : KeymapNotify         11 ;
-: Expose                       12 ;
-: GraphicsExpose               13 ;
+: Expose               12 ;
+: GraphicsExpose       13 ;
 : NoExpose             14 ;
 : VisibilityNotify     15 ;
 : CreateNotify         16 ;
@@ -484,24 +484,22 @@ FUNCTION: Status XKillClient ( Display* display, XID resource ) ;
 : UnmapNotify          18 ;
 : MapNotify            19 ;
 : MapRequest           20 ;
-: ReparentNotify               21 ;
-: ConfigureNotify              22 ;
+: ReparentNotify       21 ;
+: ConfigureNotify      22 ;
 : ConfigureRequest     23 ;
 : GravityNotify                24 ;
 : ResizeRequest                25 ;
-: CirculateNotify              26 ;
+: CirculateNotify      26 ;
 : CirculateRequest     27 ;
-: PropertyNotify               28 ;
-: SelectionClear               29 ;
+: PropertyNotify       28 ;
+: SelectionClear       29 ;
 : SelectionRequest     30 ;
-: SelectionNotify              31 ;
-: ColormapNotify               32 ;
+: SelectionNotify      31 ;
+: ColormapNotify       32 ;
 : ClientMessage                33 ;
 : MappingNotify                34 ;
 : LASTEvent            35 ;
 
-
-
 BEGIN-STRUCT: XAnyEvent
        FIELD: int type
        FIELD: ulong serial