Find a file
2004-10-13 07:38:00 +00:00
include/X11 Fixed some lockups in XIM code when the application is running with multi thread support. These lockups occur deep down in XFilterEvents() which itself locks when another Xlib function gets called that also locks. This fixes two instances by separating those Xlib functions into an internal (non-locking) call and a locking wrapper that is used as an external function. There may be several other such instances therefore another more general patch is eventually required (Bugzilla #1182). 2004-08-31 11:37:03 +00:00
man Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
modules Unregistering events in XSelectInput() when unregistering IM filter callbacks may be a bad idea as others may be interested in this event. Removed the call to XSelectInput() altogether as we are in root window anyway (Lubos Lunak). 2004-09-15 09:05:22 +00:00
nls Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com> 2004-10-08 22:57:56 +00:00
src Use attributes instead of pragmas for weak symbols on gcc 2.95 as well. Using pragmas may result in the symbols being undefined with big -O. (FreeBSD ports/69708, Masakazu HIGAKI <higamasa@dream.com>) 2004-10-13 07:38:00 +00:00