aboutsummaryrefslogtreecommitdiff
path: root/src/x11_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11_window.c')
-rw-r--r--src/x11_window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/x11_window.c b/src/x11_window.c
index 77699f6..12176aa 100644
--- a/src/x11_window.c
+++ b/src/x11_window.c
@@ -346,7 +346,8 @@ void imv_window_pump_events(struct imv_window *window, imv_event_handler handler
.width = wa.width,
.height = wa.height,
.buffer_width = wa.width,
- .buffer_height = wa.height
+ .buffer_height = wa.height,
+ .scale = 1,
}
}
};