From: auroux Date: Fri, 28 Oct 2011 16:34:16 +0000 (+0000) Subject: Disable GTK+ XInput bugfix by default (tracker #3429416) X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=commitdiff_plain;h=1ae71daaf4eb179352791670ac7460aa09069af6 Disable GTK+ XInput bugfix by default (tracker #3429416) --- diff --git a/ChangeLog b/ChangeLog index 8be0914..05121a3 100644 --- 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 diff --git a/src/xournal.h b/src/xournal.h index 2ef72f3..6254932 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -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. */