summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/main.cpp b/app/main.cpp
index da80fd3..67594bf 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -158,6 +158,8 @@ get_next_buffer(struct window *window)
* the 'old' one and force creation of the buffer with the newer
* dimensions */
if (window->wait_for_configure && window->maximized) {
+ /* The 'old' buffer might not exist if maximized is received
+ * from the start. */
if (window->buffers[0].buffer && !window->buffers[0].busy) {
wl_buffer_destroy(window->buffers[0].buffer);
window->buffers[0].buffer = NULL;