Author: ArcRiley
Date: 2008-02-08 16:12:32 -0500 (Fri, 08 Feb 2008)
New Revision: 838

Modified:
   trunk/pysoy/src/_core-x11/glx.pxd
Log:
simple formatting fixes


Modified: trunk/pysoy/src/_core-x11/glx.pxd
===================================================================
--- trunk/pysoy/src/_core-x11/glx.pxd   2008-02-08 21:08:14 UTC (rev 837)
+++ trunk/pysoy/src/_core-x11/glx.pxd   2008-02-08 21:12:32 UTC (rev 838)
@@ -646,11 +646,12 @@
     int dash_offset
     char dashes
 
-  cdef XImage    *XCreateImage( Display*, Visual*, unsigned int,
-                             int, int, char*, unsigned int,
-                             unsigned int, int, int )                        
-  cdef int       XPutImage( Display*, Drawable, GC, XImage*,
-                      int, int, int, int, unsigned int,
-                      unsigned int )                   
-  cdef           GC XCreateGC( Display*, Drawable, unsigned long, XGCValues* )
-  cdef int       XFillRectangle( Display*, Drawable, GC, int, int, unsigned 
int, unsigned int )
+  cdef XImage*  XCreateImage    ( Display*, Visual*, unsigned int,
+                                  int, int, char*, unsigned int,
+                                  unsigned int, int, int )
+  cdef int      XPutImage       ( Display*, Drawable, GC, XImage*, int, int, 
+                                  int, int, unsigned int, unsigned int )
+  cdef GC       XCreateGC       ( Display*, Drawable, unsigned long, 
+                                  XGCValues* )
+  cdef int      XFillRectangle  ( Display*, Drawable, GC, int, int, 
+                                  unsigned int, unsigned int )

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to