From 40877c6680863bd6a8475f2bb0c54df55bcf0b0e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 18 Mar 2008 10:05:57 +0200 Subject: XKB: Make XKB mandatory No more #ifdef XKB, because you can't disable the build, and no more noXkbExtension either. Signed-off-by: Daniel Stone Signed-off-by: Peter Hutterer --- hw/dmx/input/dmxdummy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/dmx/input/dmxdummy.c') diff --git a/hw/dmx/input/dmxdummy.c b/hw/dmx/input/dmxdummy.c index 2afe2580d..971892b9f 100644 --- a/hw/dmx/input/dmxdummy.c +++ b/hw/dmx/input/dmxdummy.c @@ -60,9 +60,7 @@ void dmxDummyKbdGetInfo(DevicePtr pDev, DMXLocalInitInfoPtr info) info->freemap = 0; info->focusClass = 1; info->kbdFeedbackClass = 1; -#ifdef XKB info->force = 1; -#endif } /** Return information about the dummy mouse device specified in \a pDev -- cgit v1.2.3