[xlibs-commit] X11/include/X11 Xlibint.h,3.27,3.27.2.1
Jamey Sharp
xlibs-commit@pdx.freedesktop.org
Thu, 13 Nov 2003 11:28:36 -0800
- Previous message: [xlibs-commit] X11 ChangeLog,1.19,1.19.2.1 configure.ac,1.21,1.21.2.1
- Next message: [xlibs-commit] X11/src xclint.h,NONE,1.1.2.1 Makefile.am,1.20,1.20.2.1 OpenDis.c,3.19,3.19.2.1 XlibInt.c,3.42,3.42.2.1 ClDisplay.c,1.7,NONE ConnDis.c,3.29,NONE Xintconn.h,1.2,NONE x11_trans.c,3.3,NONE x11_trans.h,3.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: jamey
Update of /cvs/xlibs/X11/include/X11
In directory pdx:/tmp/cvs-serv11074/include/X11
Modified Files:
Tag: XCL
Xlibint.h
Log Message:
Landed XCL patches on the XCL branch. Removed a ton of code, replacing
it with calls into XCB. Tested on a variety of applications, window
managers, and display managers. Another patch to make it run on Solaris
will land soon; I haven't tested it much yet.
Note that this removes libXdmcp, which kdm on Debian - at least -
assumes is linked into Xlib. I worked around this with the obvious
LD_PRELOAD.
Index: Xlibint.h
===================================================================
RCS file: /cvs/xlibs/X11/include/X11/Xlibint.h,v
retrieving revision 3.27
retrieving revision 3.27.2.1
diff -u -d -r3.27 -r3.27.2.1
--- Xlibint.h 27 May 2003 22:26:26 -0000 3.27
+++ Xlibint.h 13 Nov 2003 19:28:34 -0000 3.27.2.1
@@ -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)
@@ -223,7 +224,6 @@
#define _SGI_MP_SOURCE /* turn this on to get MP safe errno */
#endif
#include <errno.h>
-#define _XBCOPYFUNC _Xbcopy
#include <X11/Xfuncs.h>
#include <X11/Xosdefs.h>
- Previous message: [xlibs-commit] X11 ChangeLog,1.19,1.19.2.1 configure.ac,1.21,1.21.2.1
- Next message: [xlibs-commit] X11/src xclint.h,NONE,1.1.2.1 Makefile.am,1.20,1.20.2.1 OpenDis.c,3.19,3.19.2.1 XlibInt.c,3.42,3.42.2.1 ClDisplay.c,1.7,NONE ConnDis.c,3.29,NONE Xintconn.h,1.2,NONE x11_trans.c,3.3,NONE x11_trans.h,3.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]