comparison src/video/Xext/extensions/panoramiXext.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
42 int State; /* PanroamiXOff, PanoramiXOn */ 42 int State; /* PanroamiXOff, PanoramiXOn */
43 int width; /* width of this screen */ 43 int width; /* width of this screen */
44 int height; /* height of this screen */ 44 int height; /* height of this screen */
45 int ScreenCount; /* real physical number of screens */ 45 int ScreenCount; /* real physical number of screens */
46 XID eventMask; /* selected events for this client */ 46 XID eventMask; /* selected events for this client */
47 } SDL_NAME (XPanoramiXInfo); 47 } SDL_NAME(XPanoramiXInfo);
48 48
49 extern 49 extern
50 SDL_NAME (XPanoramiXInfo) * 50 SDL_NAME(XPanoramiXInfo) *
51 SDL_NAME (XPanoramiXAllocInfo) ( 51 SDL_NAME(XPanoramiXAllocInfo) (
52 #if NeedFunctionPrototypes 52 #if NeedFunctionPrototypes
53 void 53 void
54 #endif 54 #endif
55 ); 55 );
56 /* vi: set ts=4 sw=4 expandtab: */ 56 /* vi: set ts=4 sw=4 expandtab: */