panoramiXext.h   panoramiXext.h 
skipping to change at line 39 skipping to change at line 39
/* THIS IS NOT AN X PROJECT TEAM SPECIFICATION */ /* THIS IS NOT AN X PROJECT TEAM SPECIFICATION */
#ifndef _panoramiXext_h #ifndef _panoramiXext_h
#define _panoramiXext_h #define _panoramiXext_h
#include <X11/Xfuncproto.h> #include <X11/Xfuncproto.h>
typedef struct { typedef struct {
Window window; /* PanoramiX window - may not exist */ Window window; /* PanoramiX window - may not exist */
int screen; int screen;
int State; /* PanroamiXOff, PanoramiXOn */ int State; /* PanoramiXOff, PanoramiXOn */
int width; /* width of this screen */ int width; /* width of this screen */
int height; /* height of this screen */ int height; /* height of this screen */
int ScreenCount; /* real physical number of screens */ int ScreenCount; /* real physical number of screens */
XID eventMask; /* selected events for this client */ XID eventMask; /* selected events for this client */
} XPanoramiXInfo; } XPanoramiXInfo;
_XFUNCPROTOBEGIN _XFUNCPROTOBEGIN
extern Bool XPanoramiXQueryExtension ( extern Bool XPanoramiXQueryExtension (
Display * /* dpy */, Display * /* dpy */,
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/