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 579a61c..a51ed79 100644
--- a/src/window.h
+++ b/src/window.h
@@ -17,6 +17,7 @@ typedef struct {
cairo_t *cr;
int x, y;
int width, height;
+ double scale;
} window_t;
void window_init(window_t *window, display_t *display, config_t *config);