Signed-off-by: U. Artie Eoff <ullysses.a.e...@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

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

Reply via email to