[xorg-commit-diffs] xc/programs/Xserver/XTrap xf86XTrapModule.c,
1.1.4.1, 1.1.4.2 xtrapdi.c, 1.1.4.4, 1.1.4.5
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:15:44 PDT 2004
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/XIE/mixie/jpeg Imakefile,
1.1.4.1, NONE README, 1.1.4.1, NONE jcdeflts.c, 1.1.4.1,
NONE jcexpand.c, 1.1, NONE jchuff.c, 1.1.4.1, NONE jcmcu.c,
1.1, NONE jconfig.h, 1.1.4.1, NONE jcsample.c, 1.1,
NONE jcxie.c, 1.1.4.1, NONE jcxief.c, 1.1, NONE jdbuffer.c,
1.1.4.1, NONE jddeflts.c, 1.1, NONE jdhuff.c, 1.1.4.1,
NONE jdlossy.c, 1.1, NONE jdmcu.c, 1.1, NONE jdsample.c, 1.1,
NONE jdxie.c, 1.1.4.1, NONE jdxief.c, 1.1, NONE jelossy.c, 1.1,
NONE jfwddct.c, 1.1, NONE jinclude.h, 1.1.4.1, NONE jmemmgr.c,
1.1, NONE jmemsys.c, 1.1.4.1, NONE jmemsys.h, 1.1,
NONE jpegdata.h, 1.1, NONE jrdjfif.c, 1.1.4.1, NONE jrevdct.c,
1.1, NONE jutils.c, 1.1.4.1, NONE jwrjfif.c, 1.1, NONE
- Next message: [xorg-commit-diffs]
xc/programs/Xserver/XIE/mixie/process Imakefile, 1.1.4.1,
NONE bitfun.c, 1.1.4.1, NONE mparith.c, 1.1.4.1,
NONE mpbandc.c, 1.1.4.1, NONE mpbande.c, 1.1.4.1,
NONE mpbands.c, 1.1.4.1, NONE mpblend.c, 1.1.4.1,
NONE mpcfromi.c, 1.1.4.1, NONE mpcnst.c, 1.1.4.1,
NONE mpcomp.c, 1.1.4.1, NONE mpconv.c, 1.1.4.1, NONE mpctoi.c,
1.1.4.1, NONE mpdither.c, 1.1.4.1, NONE mpgeom.c, 1.1.4.1,
NONE mpgeomaa.c, 1.1.4.1, NONE mpgeomnn.c, 1.1.4.1,
NONE mphist.c, 1.1.4.1, NONE mplogic.c, 1.1.4.1,
NONE mppaste.c, 1.1.4.1, NONE mppoint.c, 1.1.4.1, NONE mprgb.c,
1.1.4.1, NONE mpuncnst.c, 1.1.4.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: eich
Update of /cvs/xorg/xc/programs/Xserver/XTrap
In directory pdx:/home/eich/tstbuild/xc/programs/Xserver/XTrap
Modified Files:
Tag: XORG-CURRENT
xf86XTrapModule.c xtrapdi.c
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
Index: xf86XTrapModule.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/XTrap/xf86XTrapModule.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/xf86XTrapModule.c 5 Mar 2004 13:39:50 -0000 1.1.4.1
+++ b/xf86XTrapModule.c 15 Apr 2004 10:15:40 -0000 1.1.4.2
@@ -27,7 +27,7 @@
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
1, 0, 0,
ABI_CLASS_EXTENSION, /* needs the server extension ABI */
ABI_EXTENSION_VERSION,
Index: xtrapdi.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/XTrap/xtrapdi.c,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/xtrapdi.c 5 Mar 2004 13:39:50 -0000 1.1.4.4
+++ b/xtrapdi.c 15 Apr 2004 10:15:40 -0000 1.1.4.5
@@ -77,7 +77,7 @@
#include <X11/extensions/xtrapddmi.h>
#include <X11/extensions/xtrapproto.h>
#include "colormapst.h"
-#ifdef XINERAMA
+#ifdef PANORAMIX
#include "panoramiX.h"
#include "panoramiXsrv.h"
#include "cursor.h"
@@ -1559,7 +1559,7 @@
/* Copy the event information into our local memory */
(void)memcpy(&(data.u.event),x_event,sizeof(xEvent));
-#ifdef XINERAMA
+#ifdef PANORAMIX
if (!noPanoramiXExtension &&
(data.u.event.u.u.type == MotionNotify ||
data.u.event.u.u.type == ButtonPress ||
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/XIE/mixie/jpeg Imakefile,
1.1.4.1, NONE README, 1.1.4.1, NONE jcdeflts.c, 1.1.4.1,
NONE jcexpand.c, 1.1, NONE jchuff.c, 1.1.4.1, NONE jcmcu.c,
1.1, NONE jconfig.h, 1.1.4.1, NONE jcsample.c, 1.1,
NONE jcxie.c, 1.1.4.1, NONE jcxief.c, 1.1, NONE jdbuffer.c,
1.1.4.1, NONE jddeflts.c, 1.1, NONE jdhuff.c, 1.1.4.1,
NONE jdlossy.c, 1.1, NONE jdmcu.c, 1.1, NONE jdsample.c, 1.1,
NONE jdxie.c, 1.1.4.1, NONE jdxief.c, 1.1, NONE jelossy.c, 1.1,
NONE jfwddct.c, 1.1, NONE jinclude.h, 1.1.4.1, NONE jmemmgr.c,
1.1, NONE jmemsys.c, 1.1.4.1, NONE jmemsys.h, 1.1,
NONE jpegdata.h, 1.1, NONE jrdjfif.c, 1.1.4.1, NONE jrevdct.c,
1.1, NONE jutils.c, 1.1.4.1, NONE jwrjfif.c, 1.1, NONE
- Next message: [xorg-commit-diffs]
xc/programs/Xserver/XIE/mixie/process Imakefile, 1.1.4.1,
NONE bitfun.c, 1.1.4.1, NONE mparith.c, 1.1.4.1,
NONE mpbandc.c, 1.1.4.1, NONE mpbande.c, 1.1.4.1,
NONE mpbands.c, 1.1.4.1, NONE mpblend.c, 1.1.4.1,
NONE mpcfromi.c, 1.1.4.1, NONE mpcnst.c, 1.1.4.1,
NONE mpcomp.c, 1.1.4.1, NONE mpconv.c, 1.1.4.1, NONE mpctoi.c,
1.1.4.1, NONE mpdither.c, 1.1.4.1, NONE mpgeom.c, 1.1.4.1,
NONE mpgeomaa.c, 1.1.4.1, NONE mpgeomnn.c, 1.1.4.1,
NONE mphist.c, 1.1.4.1, NONE mplogic.c, 1.1.4.1,
NONE mppaste.c, 1.1.4.1, NONE mppoint.c, 1.1.4.1, NONE mprgb.c,
1.1.4.1, NONE mpuncnst.c, 1.1.4.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list