aboutsummaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-16 07:33:23 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-16 07:33:23 -0500
commit9fa70ce426a78921fa61f25f8b30a73a2a7d9ad7 (patch)
tree823cce0da3f7e0dc21c26bef7e639e8370e29b3d /include/sway/output.h
parent030fcb64da90242718b7276a4c98cd0b2a346aad (diff)
parent1aab9ae3e74d15e2c346acbab2ef2def59db72eb (diff)
Merge branch 'wlroots' into feature/input
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 895cb07d..7ca02d7b 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -12,8 +12,8 @@ struct sway_output {
struct sway_container *swayc;
struct sway_server *server;
struct timespec last_frame;
+
struct wl_listener frame;
- struct wl_listener resolution;
};
#endif