comparison 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
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
33 /* THIS IS NOT AN X PROJECT TEAM SPECIFICATION */ 33 /* THIS IS NOT AN X PROJECT TEAM SPECIFICATION */
34 34
35 #define PANORAMIX_MAJOR_VERSION 1 /* current version number */ 35 #define PANORAMIX_MAJOR_VERSION 1 /* current version number */
36 #define PANORAMIX_MINOR_VERSION 1 36 #define PANORAMIX_MINOR_VERSION 1
37 37
38 typedef struct { 38 typedef struct
39 Window window; /* PanoramiX window - may not exist */ 39 {
40 int screen; 40 Window window; /* PanoramiX window - may not exist */
41 int State; /* PanroamiXOff, PanoramiXOn */ 41 int screen;
42 int width; /* width of this screen */ 42 int State; /* PanroamiXOff, PanoramiXOn */
43 int height; /* height of this screen */ 43 int width; /* width of this screen */
44 int ScreenCount; /* real physical number of screens */ 44 int height; /* height of this screen */
45 XID eventMask; /* selected events for this client */ 45 int ScreenCount; /* real physical number of screens */
46 } SDL_NAME(XPanoramiXInfo); 46 XID eventMask; /* selected events for this client */
47 } SDL_NAME(XPanoramiXInfo);
47 48
48 extern SDL_NAME(XPanoramiXInfo) *SDL_NAME(XPanoramiXAllocInfo) ( 49 extern
50 SDL_NAME(XPanoramiXInfo) *
51 SDL_NAME(XPanoramiXAllocInfo) (
49 #if NeedFunctionPrototypes 52 #if NeedFunctionPrototypes
50 void 53 void
51 #endif 54 #endif
52 ); 55 );
56 /* vi: set ts=4 sw=4 expandtab: */