diff options
Diffstat (limited to 'x11.h')
| -rw-r--r-- | x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Window *window_create(void); cairo_t *window_get_context(Window *win); +void window_update_scale(Window *win); + double window_get_scale(Window *win); void window_get_screen_size(Window *win, int *width, int *height); |
