]> git.donarmstrong.com Git - xournal.git/commitdiff
Disable GTK+ XInput bugfix by default (tracker #3429416)
authorauroux <auroux>
Fri, 28 Oct 2011 16:34:16 +0000 (16:34 +0000)
committerauroux <auroux>
Fri, 28 Oct 2011 16:34:16 +0000 (16:34 +0000)
ChangeLog
src/xournal.h

index 8be091459e03f0eb66609af981ffb2977aaf40e9..05121a3cd634360177187c3af00f235901478674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@ This version:
   - change close dialog box default to "save" (patch by Kit Barnes)
   - option to force PDF background rendering via cairo (slower but nicer)
   - wrapper for missing GdkPixbuf rendering function in newest poppler
+  - disable GTK+ XInput bugfix by default (#3429416)
 
 Version 0.4.5 (Oct 2, 2009):
   - bugfixes for GTK+ 2.16/2.17 issues with xinput events
index 2ef72f3233746a848cd37562da1e399654f2a73f..6254932ded10375809d7c36d045c14ca386b2c44 100644 (file)
@@ -7,7 +7,7 @@
    and want to list the input events received by xournal. Caution, lots
    of output (redirect to a file). */
 
-#define ENABLE_XINPUT_BUGFIX
+// #define ENABLE_XINPUT_BUGFIX
 /* comment out this line if you are experiencing calibration problems with
    XInput and want to try things differently. This will probably break
    on-the-fly display rotation after application startup, though. */