don't send duplicate configure to wayland clients during unfullscreen

this causes unnecessary client-side resizing
This commit is contained in:
Mike Blumenkrantz 2016-04-07 13:56:03 -04:00
parent adaea026a8
commit 6f1c09689d
1 changed files with 0 additions and 2 deletions

View File

@ -780,8 +780,6 @@ _e_comp_wl_client_evas_init(E_Client *ec)
_e_comp_wl_evas_cb_state_update, ec);
evas_object_smart_callback_add(ec->frame, "fullscreen",
_e_comp_wl_evas_cb_state_update, ec);
evas_object_smart_callback_add(ec->frame, "unfullscreen",
_e_comp_wl_evas_cb_state_update, ec);
}
evas_object_event_callback_priority_add(ec->frame, EVAS_CALLBACK_MOVE,
EVAS_CALLBACK_PRIORITY_AFTER,