--- st.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st.c b/st.c index 040638a..546db41 100644 --- a/st.c +++ b/st.c _AT_@ -3786,6 +3786,8 @@ run(void) { /* Waiting for window mapping */ while(1) { XNextEvent(xw.dpy, &ev); + if(XFilterEvent(&ev, None)) + continue; if(ev.type == ConfigureNotify) { w = ev.xconfigure.width; h = ev.xconfigure.height; -- 1.9.2Received on Thu Jul 17 2014 - 00:36:46 CEST
This archive was generated by hypermail 2.3.0 : Thu Jul 17 2014 - 00:48:07 CEST