diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-18 16:21:45 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-18 16:21:45 -0400 |
| commit | 3c06ed7faf0ddf9103ed3eccdb0b31e4108033ce (patch) | |
| tree | 70a4b6d6e476471a7f290f8c1278b01b275358be /include/output.h | |
| parent | 178384fdeebc9edf2de16acd8fe8f0dc1987f242 (diff) | |
Update hidpi support to latest wlc API
Diffstat (limited to 'include/output.h')
| -rw-r--r-- | include/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/output.h b/include/output.h index 10c5bb53..e8afd5ed 100644 --- a/include/output.h +++ b/include/output.h @@ -19,4 +19,6 @@ void get_absolute_center_position(swayc_t *container, struct wlc_point *point); // stable sort workspaces on this output void sort_workspaces(swayc_t *output); +void output_get_scaled_size(wlc_handle handle, struct wlc_size *size); + #endif |
