[xlibs-commit] X11/include/X11 Xlibint.h,3.27,3.28
Jamey Sharp
xlibs-commit@pdx.freedesktop.org
Fri, 28 Nov 2003 02:49:46 -0800
- Previous message: [xlibs-commit] X11 ChangeLog,1.20,1.21 configure.ac,1.21,1.22
- Next message: [xlibs-commit] X11/src xclint.h,1.1,3.1 ClDisplay.c,1.7,1.8 Makefile.am,1.20,1.21 OpenDis.c,3.19,3.20 Xintconn.h,1.2,1.3 XlibInt.c,3.42,3.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: jamey
Update of /cvs/xlibs/X11/include/X11
In directory pdx:/tmp/cvs-serv32471/include/X11
Modified Files:
Xlibint.h
Log Message:
A better-tested version of XCL is now available as a configure-time option.
Unlike the version that was on the XCL branch, this removes no code from CVS;
but when --with-xcb is given to configure, the old code is simply not compiled.
The new code is isolated in the xcl subdirectory.
Note that this version of XCL requires the XCB version with the pre_sendrequest
tag. Versions newer than that have API changes that XCL needs to track, but I
wanted to commit the conditional compile patches first.
Index: Xlibint.h
===================================================================
RCS file: /cvs/xlibs/X11/include/X11/Xlibint.h,v
retrieving revision 3.27
retrieving revision 3.28
diff -u -d -r3.27 -r3.28
--- Xlibint.h 27 May 2003 22:26:26 -0000 3.27
+++ Xlibint.h 28 Nov 2003 10:49:43 -0000 3.28
@@ -187,6 +187,7 @@
int xcmisc_opcode; /* major opcode for XC-MISC */
struct _XkbInfoRec *xkb_info; /* XKB info */
struct _XtransConnInfo *trans_conn; /* transport connection object */
+ struct XCLPrivate *xcl; /* XCB glue private data */
};
#define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n)
- Previous message: [xlibs-commit] X11 ChangeLog,1.20,1.21 configure.ac,1.21,1.22
- Next message: [xlibs-commit] X11/src xclint.h,1.1,3.1 ClDisplay.c,1.7,1.8 Makefile.am,1.20,1.21 OpenDis.c,3.19,3.20 Xintconn.h,1.2,1.3 XlibInt.c,3.42,3.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]