diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-13 16:47:23 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-13 16:47:23 +0100 |
| commit | a6fad8924ef8f351d6c77a092afd3e0918e002b1 (patch) | |
| tree | 2fa81303940580626a0f55c76d790fd333f63641 /x11.h | |
| parent | 8174acdccbe039b8cf8cbefce6fbbf24ce0a5eaf (diff) | |
Extract window scale fetching logic
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); |
