The structure is not used currently, just the definition to be used.
Signed-off-by: Benoit Gschwind <[email protected]>
---
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel