]> git.pld-linux.org Git - packages/tmw.git/commitdiff
- for guichan >= 0.7.0
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 25 Jul 2007 08:33:26 +0000 (08:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tmw-guichan.patch -> 1.1

tmw-guichan.patch [new file with mode: 0644]

diff --git a/tmw-guichan.patch b/tmw-guichan.patch
new file mode 100644 (file)
index 0000000..ffcad0d
--- /dev/null
@@ -0,0 +1,11 @@
+--- tmw-0.0.23/src/gui/gui.cpp~        2006-12-06 00:19:30.000000000 +0100
++++ tmw-0.0.23/src/gui/gui.cpp 2007-07-25 10:22:13.520229408 +0200
+@@ -199,7 +199,7 @@
+     // Work around Guichan bug of only applying focus on mouse or keyboard
+     // events.
+-    mFocusHandler->applyChanges();
++    // mFocusHandler->applyChanges(); - now applied synchronously
+ }
+ void
This page took 0.103731 seconds and 4 git commands to generate.