View | Details | Raw Unified | Return to bug 260437
Collapse All | Expand All

(-)b/x11-wm/skippy-xd/files/patch-src_skippy.c (-1 / +10 lines)
Added Link Here
0
- 
1
--- src/skippy.c.orig	2015-02-24 13:35:00 UTC
2
+++ src/skippy.c
3
@@ -779,7 +779,6 @@ mainloop(session_t *ps, bool activate_on_start) {
4
 		else {
5
 			// Discards all events so that poll() won't constantly hit data to read
6
 			XSync(ps->dpy, True);
7
-			assert(!XEventsQueued(ps->dpy, QueuedAfterReading));
8
 		}
9
 
10
 		// Handle daemon commands

Return to bug 260437