aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/st.c b/st.c
index 83acd56..c48132a 100644
--- a/st.c
+++ b/st.c
@@ -3919,8 +3919,6 @@ run(void) {
3919 /* Waiting for window mapping */ 3919 /* Waiting for window mapping */
3920 do { 3920 do {
3921 XNextEvent(xw.dpy, &ev); 3921 XNextEvent(xw.dpy, &ev);
3922 if(XFilterEvent(&ev, None))
3923 continue;
3924 if(ev.type == ConfigureNotify) { 3922 if(ev.type == ConfigureNotify) {
3925 w = ev.xconfigure.width; 3923 w = ev.xconfigure.width;
3926 h = ev.xconfigure.height; 3924 h = ev.xconfigure.height;