XShm.h   XShm.h 
skipping to change at line 78 skipping to change at line 78
Display* /* dpy */, Display* /* dpy */,
int* /* majorVersion */, int* /* majorVersion */,
int* /* minorVersion */, int* /* minorVersion */,
Bool* /* sharedPixmaps */ Bool* /* sharedPixmaps */
); );
int XShmPixmapFormat( int XShmPixmapFormat(
Display* /* dpy */ Display* /* dpy */
); );
Status XShmAttach( Bool XShmAttach(
Display* /* dpy */, Display* /* dpy */,
XShmSegmentInfo* /* shminfo */ XShmSegmentInfo* /* shminfo */
); );
Status XShmDetach( Bool XShmDetach(
Display* /* dpy */, Display* /* dpy */,
XShmSegmentInfo* /* shminfo */ XShmSegmentInfo* /* shminfo */
); );
Status XShmPutImage( Bool XShmPutImage(
Display* /* dpy */, Display* /* dpy */,
Drawable /* d */, Drawable /* d */,
GC /* gc */, GC /* gc */,
XImage* /* image */, XImage* /* image */,
int /* src_x */, int /* src_x */,
int /* src_y */, int /* src_y */,
int /* dst_x */, int /* dst_x */,
int /* dst_y */, int /* dst_y */,
unsigned int /* src_width */, unsigned int /* src_width */,
unsigned int /* src_height */, unsigned int /* src_height */,
Bool /* send_event */ Bool /* send_event */
); );
Status XShmGetImage( Bool XShmGetImage(
Display* /* dpy */, Display* /* dpy */,
Drawable /* d */, Drawable /* d */,
XImage* /* image */, XImage* /* image */,
int /* x */, int /* x */,
int /* y */, int /* y */,
unsigned long /* plane_mask */ unsigned long /* plane_mask */
); );
XImage *XShmCreateImage( XImage *XShmCreateImage(
Display* /* dpy */, Display* /* dpy */,
 End of changes. 4 change blocks. 
4 lines changed or deleted 4 lines changed or added


 extutil.h   extutil.h 
skipping to change at line 126 skipping to change at line 126
extern XExtensionInfo *XextCreateExtension( extern XExtensionInfo *XextCreateExtension(
void void
); );
extern void XextDestroyExtension( extern void XextDestroyExtension(
XExtensionInfo* /* info */ XExtensionInfo* /* info */
); );
extern XExtDisplayInfo *XextAddDisplay( extern XExtDisplayInfo *XextAddDisplay(
XExtensionInfo* /* extinfo */, XExtensionInfo* /* extinfo */,
Display* /* dpy */, Display* /* dpy */,
char* /* ext_name */, _Xconst char* /* ext_name */,
XExtensionHooks* /* hooks */, XExtensionHooks* /* hooks */,
int /* nevents */, int /* nevents */,
XPointer /* data */ XPointer /* data */
); );
extern int XextRemoveDisplay( extern int XextRemoveDisplay(
XExtensionInfo* /* extinfo */, XExtensionInfo* /* extinfo */,
Display* /* dpy */ Display* /* dpy */
); );
extern XExtDisplayInfo *XextFindDisplay( extern XExtDisplayInfo *XextFindDisplay(
XExtensionInfo* /* extinfo */, XExtensionInfo* /* extinfo */,
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 sync.h   sync.h 
skipping to change at line 335 skipping to change at line 335
XID /*client_resource_id*/, XID /*client_resource_id*/,
int /*priority*/ int /*priority*/
); );
extern Status XSyncGetPriority( extern Status XSyncGetPriority(
Display* /*dpy*/, Display* /*dpy*/,
XID /*client_resource_id*/, XID /*client_resource_id*/,
int* /*return_priority*/ int* /*return_priority*/
); );
extern XSyncFence XSyncCreateFence(
Display* /*dpy*/,
Drawable /*d*/,
Bool /*initially_triggered*/
);
extern Bool XSyncTriggerFence(
Display* /*dpy*/,
XSyncFence /*fence*/
);
extern Bool XSyncResetFence(
Display* /*dpy*/,
XSyncFence /*fence*/
);
extern Bool XSyncDestroyFence(
Display* /*dpy*/,
XSyncFence /*fence*/
);
extern Bool XSyncQueryFence(
Display* /*dpy*/,
XSyncFence /*fence*/,
Bool* /*triggered*/
);
extern Bool XSyncAwaitFence(
Display* /*dpy*/,
const XSyncFence* /*fence_list*/,
int /*n_fences*/
);
_XFUNCPROTOEND _XFUNCPROTOEND
#endif /* _SYNC_SERVER */ #endif /* _SYNC_SERVER */
#endif /* _SYNC_H_ */ #endif /* _SYNC_H_ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 33 lines changed or added


 xtestext1.h   xtestext1.h 
skipping to change at line 82 skipping to change at line 82
* This is the definition for the xTestFakeAck host format event structure. * This is the definition for the xTestFakeAck host format event structure.
* This is the form that a client using this extension will see when * This is the form that a client using this extension will see when
* it receives an XTestFakeAck event. * it receives an XTestFakeAck event.
*/ */
typedef struct { typedef struct {
int type; /* always XTestFakeAckType */ int type; /* always XTestFakeAckType */
Display *display; Display *display;
Window window; Window window;
} XTestFakeAckEvent; } XTestFakeAckEvent;
_XFUNCPROTOBEGIN
int XTestFakeInput(register Display *dpy, char *action_list_addr, int actio
n_list_size, int ack_flag);
int XTestGetInput(register Display *dpy, int action_handling);
int XTestQueryInputSize(register Display *dpy, unsigned long *size_return);
int XTestPressKey(Display *display, int device_id, unsigned long delay, uns
igned int keycode, unsigned int key_action);
int XTestPressButton(Display * display, int device_id, unsigned long delay,
unsigned int button_number, unsigned int button_action);
int XTestMovePointer(Display *display, int device_id, unsigned long delay[]
, int x[], int y[], unsigned int count);
int XTestFlush(Display *display);
int XTestStopInput(register Display *dpy);
int XTestReset(register Display *dpy);
_XFUNCPROTOEND
#endif /* _XTESTEXT1_H */ #endif /* _XTESTEXT1_H */
 End of changes. 1 change blocks. 
0 lines changed or deleted 18 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/