Module Name: xsrc Committed By: wiz Date: Fri Jul 26 13:37:37 UTC 2013
Modified Files: xsrc/external/mit/xf86-input-elographics/dist/src: xf86Elo.c Log Message: Remove xorg-server-1.9 support (not needed any longer) to reduce diffs to upstream. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c diff -u xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c:1.3 xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c:1.4 --- xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c:1.3 Wed Jun 5 01:03:12 2013 +++ xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c Fri Jul 26 13:37:37 2013 @@ -725,21 +725,15 @@ xf86EloControl(DeviceIntPtr dev, priv->min_x, priv->max_x, 9500, 0 /* min_res */, - 9500 /* max_res */ -#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,9,99,0,0) - , Absolute -#endif - ); + 9500 /* max_res */, + Absolute); InitValuatorAxisStruct(dev, 1, axis_labels[1], priv->min_y, priv->max_y, 10500, 0 /* min_res */, - 10500 /* max_res */ -#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,9,99,0,0) - , Absolute -#endif - ); + 10500 /* max_res */, + Absolute); } if (InitFocusClassDeviceStruct(dev) == FALSE) {