xserver: Branch 'master'

Alan Hourihane alanh at kemper.freedesktop.org
Thu Sep 6 05:37:29 PDT 2007


 configure.ac      |    2 +-
 hw/dmx/dmxinput.c |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
diff-tree 84eb7e62248ddc2761af8cefe33d1b7147477528 (from 35ec8b89f4cdf5ec48b292d47b2dad42d2fb9534)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Thu Sep 6 13:36:37 2007 +0100

    Fix Xdmx build

diff --git a/configure.ac b/configure.ac
index 1621a03..f02ad6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1153,7 +1153,7 @@ if test "x$DMX" = xyes; then
 	fi
 	DMX_INCLUDES="$XEXT_INC $RENDER_INC $XTRAP_INC $RECORD_INC"
 	XDMX_CFLAGS="$DMXMODULES_CFLAGS"
-	XDMX_LIBS="$FB_LIB $XEXT_LIB $CONFIG_LIB $RENDER_LIB $XTRAP_LIB $RECORD_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $MIEXT_DAMAGE_LIB $MIEXT_SHADOW_LIB $CWRAP_LIB"
+	XDMX_LIBS="$XEXT_LIB $FB_LIB $CONFIG_LIB $RENDER_LIB $XTRAP_LIB $RECORD_LIB $XI_LIB $XKB_LIB $XKB_STUB_LIB $MIEXT_SHADOW_LIB $MIEXT_DAMAGE_LIB $CWRAP_LIB"
 	XDMX_SYS_LIBS="$DMXMODULES_LIBS"
 	AC_SUBST([XDMX_CFLAGS])
 	AC_SUBST([XDMX_LIBS])
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c
index d644b5d..83f8a4a 100644
--- a/hw/dmx/dmxinput.c
+++ b/hw/dmx/dmxinput.c
@@ -105,3 +105,14 @@ void dmxUpdateWindowInfo(DMXUpdateType t
         if (!dmxInput->detached && dmxInput->updateWindowInfo)
             dmxInput->updateWindowInfo(dmxInput, type, pWindow);
 }
+
+int
+NewInputDeviceRequest (InputOption *options, DeviceIntPtr *pdev)
+{
+    return BadRequest;
+}
+
+void
+DeleteInputDeviceRequest(DeviceIntPtr pDev)
+{
+}


More information about the xorg-commit mailing list