--- st.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/st.c b/st.c index 83acd56..c48132a 100644 --- a/st.c +++ b/st.c _AT_@ -3919,8 +3919,6 @@ run(void) { /* Waiting for window mapping */ do { XNextEvent(xw.dpy, &ev); - if(XFilterEvent(&ev, None)) - continue; if(ev.type == ConfigureNotify) { w = ev.xconfigure.width; h = ev.xconfigure.height; -- 2.3.5Received on Sat Apr 11 2015 - 12:15:34 CEST
This archive was generated by hypermail 2.3.0 : Sat Apr 11 2015 - 12:24:12 CEST