summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index f58ada0..3914e38 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -88,6 +88,10 @@ struct registry : public wayland_proxy<struct wl_registry> {
// \___/ \__,_|\__| .__/ \__,_|\__|
// |_|
struct output : wayland_proxy<struct wl_output> {
+ int width;
+ int height;
+ int refresh;
+
output(struct wl_registry *registry, uint32_t name, uint32_t version);
// Events