Re: [AD] X11 unresponsiveness |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Um, forgot a small part important detail of the patch.
--
Elias Pschernig
Index: include/allegro/platform/aintunix.h
===================================================================
RCS file: /cvsroot/alleg/allegro/include/allegro/platform/aintunix.h,v
retrieving revision 1.6
diff -u -p -r1.6 aintunix.h
--- include/allegro/platform/aintunix.h 7 Feb 2003 13:29:06 -0000 1.6
+++ include/allegro/platform/aintunix.h 12 Jul 2004 23:40:51 -0000
@@ -91,6 +91,8 @@ extern "C" {
if (_xwin.display) \
XLockDisplay(_xwin.display); \
} \
+ else \
+ while (_xwin.input_priority); \
_xwin.lock_count++; \
} while (0)