From 4773dd703980ef18757e5351678ac293c049d5c7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 12 Jul 2016 12:49:47 -0400 Subject: [PATCH] match wl_wl output sizing in wl_x11 when running in an existing wm session global sizing policy++ --- src/modules/wl_x11/e_mod_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c index a0332e05f..d4caec8c1 100644 --- a/src/modules/wl_x11/e_mod_main.c +++ b/src/modules/wl_x11/e_mod_main.c @@ -43,6 +43,8 @@ e_modapi_init(E_Module *m) if (!managed) e_comp_x_randr_screen_iface_set(); if (!e_comp_wl_init()) return NULL; + if (managed) + w = w * 2 / 3, h = h * 2 / 3; if (!e_comp_canvas_init(w, h)) return NULL; e_comp_wl_input_pointer_enabled_set(EINA_TRUE);