diff src/video/Xext/extensions/panoramiXext.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 585a7e1285ae
children
line wrap: on
line diff
--- a/src/video/Xext/extensions/panoramiXext.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/Xext/extensions/panoramiXext.h	Mon Jul 10 21:04:37 2006 +0000
@@ -35,18 +35,22 @@
 #define PANORAMIX_MAJOR_VERSION         1       /* current version number */
 #define PANORAMIX_MINOR_VERSION         1
 
-typedef struct {
-    Window  window;         /* PanoramiX window - may not exist */
-    int	    screen;
-    int     State;          /* PanroamiXOff, PanoramiXOn */
-    int	    width;	    /* width of this screen */
-    int     height;	    /* height of this screen */
-    int     ScreenCount;    /* real physical number of screens */
-    XID     eventMask;      /* selected events for this client */
-} SDL_NAME(XPanoramiXInfo);    
+typedef struct
+{
+    Window window;              /* PanoramiX window - may not exist */
+    int screen;
+    int State;                  /* PanroamiXOff, PanoramiXOn */
+    int width;                  /* width of this screen */
+    int height;                 /* height of this screen */
+    int ScreenCount;            /* real physical number of screens */
+    XID eventMask;              /* selected events for this client */
+} SDL_NAME(XPanoramiXInfo);
 
-extern SDL_NAME(XPanoramiXInfo) *SDL_NAME(XPanoramiXAllocInfo) (
+extern
+SDL_NAME(XPanoramiXInfo) *
+SDL_NAME(XPanoramiXAllocInfo) (
 #if NeedFunctionPrototypes
-    void
+                                  void
 #endif
-);        
+    );
+/* vi: set ts=4 sw=4 expandtab: */