The mouse driver had some code to unconditionnally disable debug, even if configured with --enable-debug. This adds back the mouse driver debug output when built with debug option.
Signed-off-by: Olivier Blin <[email protected]> --- hw/kdrive/linux/mouse.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/kdrive/linux/mouse.c b/hw/kdrive/linux/mouse.c index 253da26..8b638ae 100644 --- a/hw/kdrive/linux/mouse.c +++ b/hw/kdrive/linux/mouse.c @@ -32,7 +32,6 @@ #include "scrnintstr.h" #include "kdrive.h" -#undef DEBUG #undef DEBUG_BYTES #define KBUFIO_SIZE 256 #define MOUSE_TIMEOUT 100 -- 1.6.2.4 _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
