set comp X window hint to normal

ee is broken in that it will never update the withdrawn property for a canvas unless you 1) explicitly set this 2) have an override window
This commit is contained in:
Mike Blumenkrantz 2015-01-11 12:20:21 -05:00
parent 915d3089ea
commit 7e3558383d
1 changed files with 1 additions and 0 deletions

View File

@ -5069,6 +5069,7 @@ _e_comp_x_setup(E_Comp *c, Ecore_X_Window root, int w, int h)
c->pointer->color = ecore_x_cursor_color_supported_get();
e_pointer_type_push(c->pointer, c->pointer, "default");
_e_comp_x_manage_windows(c);
ecore_x_icccm_state_set(ecore_evas_window_get(c->ee), ECORE_X_WINDOW_STATE_HINT_NORMAL);
{
E_Client *ec;