From 289c6f0d1f5a8d572ee6d554c1c3c31571ece716 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 12 Mar 2015 15:19:52 -0400 Subject: [PATCH] send client sizes for wl configure events when fullscreening/maximizing --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 7ef56be..7521a43 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -589,7 +589,7 @@ _e_comp_wl_evas_cb_state_update(void *data, Evas_Object *obj EINA_UNUSED, void * /* check for wayland pixmap */ if (ec->comp_data->shell.configure_send) - ec->comp_data->shell.configure_send(ec->comp_data->shell.surface, 0, 0, 0); + ec->comp_data->shell.configure_send(ec->comp_data->shell.surface, 0, ec->client.w, ec->client.h); } static void -- 2.7.4