aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-20 17:51:45 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-20 17:51:45 -0400
commitb9d36c8149536cff1aa229f59337dcfa2f70a37b (patch)
tree1381f243d1bb9df41691e2b92593a8495bb80f37 /include/backend
parentc9d5a0b2fb5686627344922138c3c603cae364bc (diff)
Add dynamic output resizing for Wayland backend
This allows outputs to: - Not support modesetting - Resize themselves
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/wayland.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index d2f1fb1d..03667c9a 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -32,8 +32,6 @@ struct wlr_backend_state {
struct wlr_output_state {
size_t id;
- unsigned int width;
- unsigned int height;
struct wlr_backend_state *backend;
struct wlr_output *output;
struct wl_surface *surface;