aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index f84cbaf..a4786bb 100644
--- a/src/window.h
+++ b/src/window.h
@@ -24,6 +24,7 @@ struct imv_event {
int height;
int buffer_width;
int buffer_height;
+ double scale;
} resize;
struct {
int scancode;