https://bugzilla.novell.com/show_bug.cgi?id=355254 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=355254#c2 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenther@novell.com AssignedTo|rguenther@novell.com |nadvornik@novell.com --- Comment #2 from Richard Guenther <rguenther@novell.com> 2008-01-22 10:22:57 MST --- You need to debug this further. while (XPending(dpy)) { XEvent ev; WMNextEvent(dpy, &ev); WMHandleEvent(&ev); } does a meaningful event reach WMHandleEvent? If yes, where does it get broken? Etc. For example try zeroing the XEvent structure in this loop. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.