[PATCH weston 2/3] compositor-wayland: assign the correct mode
U. Artie Eoff
ullysses.a.eoff at intel.com
Tue May 6 14:50:02 PDT 2014
Signed-off-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
---
src/compositor-wayland.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
index 35e99a6..3cd308f 100644
--- a/src/compositor-wayland.c
+++ b/src/compositor-wayland.c
@@ -1149,7 +1149,7 @@ wayland_output_create_for_parent_output(struct wayland_compositor *c,
if (poutput->current_mode) {
mode = poutput->current_mode;
} else if (poutput->preferred_mode) {
- mode = poutput->current_mode;
+ mode = poutput->preferred_mode;
} else if (!wl_list_empty(&poutput->mode_list)) {
mode = container_of(poutput->mode_list.next,
struct weston_mode, link);
--
1.9.0
More information about the wayland-devel
mailing list