aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-25 10:59:49 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-25 11:19:25 -0500
commitce1936bc65d01502e3a5f8681bb039cb95e82e0c (patch)
treefcdeb554df5aaf30aff7723171e0dfe0bf097420 /include/sway/output.h
parentRemove IPC_GET_PIXELS (diff)
downloadsway-ce1936bc65d01502e3a5f8681bb039cb95e82e0c.tar.gz
sway-ce1936bc65d01502e3a5f8681bb039cb95e82e0c.tar.zst
sway-ce1936bc65d01502e3a5f8681bb039cb95e82e0c.zip
Arrange windows on desktop
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index e2f81bcb..895cb07d 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -13,6 +13,7 @@ struct sway_output {
13 struct sway_server *server; 13 struct sway_server *server;
14 struct timespec last_frame; 14 struct timespec last_frame;
15 struct wl_listener frame; 15 struct wl_listener frame;
16 struct wl_listener resolution;
16}; 17};
17 18
18#endif 19#endif