summaryrefslogtreecommitdiffstats
path: root/include/output.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-29 07:35:43 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-29 07:35:43 -0400
commit966127222439620233c27ab835062f6cc69e23ea (patch)
tree7e233c68e7063b7c0c7857a73111e95141fb5b44 /include/output.h
parentMerge pull request #802 from acrisci/feature/timestamp-log-messages (diff)
parentUpdate IPC JSON responses for HiDPI setups (diff)
downloadsway-4ab01e98832fa105c7c01f72f6a6d24994514a06.tar.gz
sway-4ab01e98832fa105c7c01f72f6a6d24994514a06.tar.zst
sway-4ab01e98832fa105c7c01f72f6a6d24994514a06.zip
Merge remote-tracking branch 'origin/hidpi'0.9-rc2
Diffstat (limited to 'include/output.h')
-rw-r--r--include/output.h2
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);
19// stable sort workspaces on this output 19// stable sort workspaces on this output
20void sort_workspaces(swayc_t *output); 20void sort_workspaces(swayc_t *output);
21 21
22void output_get_scaled_size(wlc_handle handle, struct wlc_size *size);
23
22#endif 24#endif