The structure is not used currently, just the definition to be used.

Signed-off-by: Benoit Gschwind <gschw...@gnu-log.net>
---
 src/compositor-wayland.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
index 175bd68..f218c9e 100644
--- a/src/compositor-wayland.c
+++ b/src/compositor-wayland.c
@@ -52,6 +52,14 @@
 
 #define WINDOW_TITLE "Weston Compositor"
 
+struct weston_wayland_backend_output_config {
+       int width;
+       int height;
+       char *name;
+       uint32_t transform;
+       int32_t scale;
+};
+
 struct weston_wayland_backend_config {
        int use_pixman;
        int sprawl;
-- 
2.7.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to