aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/x11.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/x11.c b/src/x11.c
index 50695ff..15f9e92 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -1079,11 +1079,7 @@ flushExposures(PuglWorld* const world)
view->backend->leave(view, &expose.expose);
} else if (configure.type) {
view->backend->enter(view, NULL);
-
- if (configure.type) {
- puglConfigure(view, &configure);
- }
-
+ puglConfigure(view, &configure);
view->backend->leave(view, NULL);
}
}