send client sizes for wl configure events when fullscreening/maximizing

This commit is contained in:
Mike Blumenkrantz 2015-03-12 15:19:52 -04:00
parent b533ad67f3
commit 289c6f0d1f
1 changed files with 1 additions and 1 deletions

View File

@ -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