xorg-libx11/modules
Jamey Sharp c2f88cdf5c Fix locking in _XimGetWindowEventmask.
Now that XFilterEvent drops the Display lock before invoking callback
functions, _XimGetWindowEventmask is called without the lock held. So
when it called _XGetWindowAttributes, a variant of XGetWindowAttributes
that does not lock the Display, Xlib/XCB would assert:

xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

Should fix Gentoo #156367, Ubuntu #87947, Debian #427296. And others?
2007-06-10 16:19:59 -07:00
..
im Fix locking in _XimGetWindowEventmask. 2007-06-10 16:19:59 -07:00
lc Bug #10475: Fixed lots of char*/const char* mixups. 2007-04-06 11:59:31 +02:00
om Bug #10475: Fixed lots of char*/const char* mixups. 2007-04-06 11:59:31 +02:00
.gitignore Move .cvsignore to .gitignore. 2006-02-19 12:28:41 -08:00
Makefile.am Add missing Makefile.am to lib/X11/modules 2005-07-15 04:27:32 +00:00