XShm.h | XShm.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
/* THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION */ | /* THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION */ | |||
/* $Xorg: XShm.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */ | /* $Xorg: XShm.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */ | |||
#ifndef _XSHM_H_ | #ifndef _XSHM_H_ | |||
#define _XSHM_H_ | #define _XSHM_H_ | |||
#include <X11/Xfuncproto.h> | #include <X11/Xfuncproto.h> | |||
#include <X11/extensions/shm.h> | #include <X11/extensions/shm.h> | |||
#ifndef _XSHM_SERVER_ | ||||
typedef unsigned long ShmSeg; | typedef unsigned long ShmSeg; | |||
typedef struct { | typedef struct { | |||
int type; /* of event */ | int type; /* of event */ | |||
unsigned long serial; /* # of last request processed by server */ | unsigned long serial; /* # of last request processed by server */ | |||
Bool send_event; /* true if this came frome a SendEvent request * / | Bool send_event; /* true if this came frome a SendEvent request * / | |||
Display *display; /* Display the event was read from */ | Display *display; /* Display the event was read from */ | |||
Drawable drawable; /* drawable of request */ | Drawable drawable; /* drawable of request */ | |||
int major_code; /* ShmReqCode */ | int major_code; /* ShmReqCode */ | |||
int minor_code; /* X_ShmPutImage */ | int minor_code; /* X_ShmPutImage */ | |||
skipping to change at line 135 | skipping to change at line 136 | |||
Display* /* dpy */, | Display* /* dpy */, | |||
Drawable /* d */, | Drawable /* d */, | |||
char* /* data */, | char* /* data */, | |||
XShmSegmentInfo* /* shminfo */, | XShmSegmentInfo* /* shminfo */, | |||
unsigned int /* width */, | unsigned int /* width */, | |||
unsigned int /* height */, | unsigned int /* height */, | |||
unsigned int /* depth */ | unsigned int /* depth */ | |||
); | ); | |||
_XFUNCPROTOEND | _XFUNCPROTOEND | |||
#endif /* _XSHM_SERVER_ */ | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
dpms.h | dpms.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
******************************************************************/ | ******************************************************************/ | |||
/* $XFree86: xc/include/extensions/dpms.h,v 3.4 2000/03/15 16:51:51 tsi Exp $ */ | /* $XFree86: xc/include/extensions/dpms.h,v 3.4 2000/03/15 16:51:51 tsi Exp $ */ | |||
#ifndef _X11_EXTENSIONS_DPMS_H | #ifndef _X11_EXTENSIONS_DPMS_H | |||
#define _X11_EXTENSIONS_DPMS_H 1 | #define _X11_EXTENSIONS_DPMS_H 1 | |||
#include <X11/X.h> | #include <X11/X.h> | |||
#include <X11/Xmd.h> | #include <X11/Xmd.h> | |||
#include <X11/extensions/dpmsconst.h> | #include <X11/extensions/dpmsconst.h> | |||
#ifndef DPMS_SERVER | ||||
_XFUNCPROTOBEGIN | _XFUNCPROTOBEGIN | |||
extern Bool DPMSQueryExtension(Display *, int *, int *); | extern Bool DPMSQueryExtension(Display *, int *, int *); | |||
extern Status DPMSGetVersion(Display *, int *, int *); | extern Status DPMSGetVersion(Display *, int *, int *); | |||
extern Bool DPMSCapable(Display *); | extern Bool DPMSCapable(Display *); | |||
extern Status DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16); | extern Status DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16); | |||
extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *); | extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *); | |||
extern Status DPMSEnable(Display *); | extern Status DPMSEnable(Display *); | |||
extern Status DPMSDisable(Display *); | extern Status DPMSDisable(Display *); | |||
extern Status DPMSForceLevel(Display *, CARD16); | extern Status DPMSForceLevel(Display *, CARD16); | |||
extern Status DPMSInfo(Display *, CARD16 *, BOOL *); | extern Status DPMSInfo(Display *, CARD16 *, BOOL *); | |||
_XFUNCPROTOEND | _XFUNCPROTOEND | |||
#endif | ||||
#endif /* !_X11_EXTENSIONS_DPMS_H */ | #endif /* !_X11_EXTENSIONS_DPMS_H */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
sync.h | sync.h | |||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
******************************************************************/ | ******************************************************************/ | |||
/* $XFree86: xc/include/extensions/sync.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */ | /* $XFree86: xc/include/extensions/sync.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */ | |||
#ifndef _SYNC_H_ | #ifndef _SYNC_H_ | |||
#define _SYNC_H_ | #define _SYNC_H_ | |||
#include <X11/Xfuncproto.h> | #include <X11/Xfuncproto.h> | |||
#include <X11/extensions/syncconst.h> | #include <X11/extensions/syncconst.h> | |||
#ifdef _SYNC_SERVER | ||||
#include <X11/extensions/syncproto.h> | ||||
#else | ||||
_XFUNCPROTOBEGIN | _XFUNCPROTOBEGIN | |||
/* get rid of macros so we can define corresponding functions */ | /* get rid of macros so we can define corresponding functions */ | |||
#undef XSyncIntToValue | #undef XSyncIntToValue | |||
#undef XSyncIntsToValue | #undef XSyncIntsToValue | |||
#undef XSyncValueGreaterThan | #undef XSyncValueGreaterThan | |||
#undef XSyncValueLessThan | #undef XSyncValueLessThan | |||
#undef XSyncValueGreaterOrEqual | #undef XSyncValueGreaterOrEqual | |||
#undef XSyncValueLessOrEqual | #undef XSyncValueLessOrEqual | |||
#undef XSyncValueEqual | #undef XSyncValueEqual | |||
#undef XSyncValueIsNegative | #undef XSyncValueIsNegative | |||
skipping to change at line 335 | skipping to change at line 339 | |||
); | ); | |||
extern Status XSyncGetPriority( | extern Status XSyncGetPriority( | |||
Display* /*dpy*/, | Display* /*dpy*/, | |||
XID /*client_resource_id*/, | XID /*client_resource_id*/, | |||
int* /*return_priority*/ | int* /*return_priority*/ | |||
); | ); | |||
_XFUNCPROTOEND | _XFUNCPROTOEND | |||
#endif /* _SYNC_SERVER */ | ||||
#endif /* _SYNC_H_ */ | #endif /* _SYNC_H_ */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added | |||