summaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-12-13 20:36:06 -0500
committerGitHub <[email protected]>2017-12-13 20:36:06 -0500
commit1aab9ae3e74d15e2c346acbab2ef2def59db72eb (patch)
tree6a3479fef295dc673c6bcdaac822f44523f94d8e /include/sway/output.h
parentab36a5a4d73ddb026c9b1d416c1e7388d63958ea (diff)
parentcba592b3d2c516cab9f4e8325037dfdf6e30cb9a (diff)
Merge pull request #1503 from emersion/output-config
Add output config
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