always set x11 override client geometry on startup

this geometry isn't something we can change later, so apply it now.
also fixes an ACK when trying to show input_only clients early
This commit is contained in:
Mike Blumenkrantz 2015-07-10 12:07:29 -04:00
parent 4f8af72fe3
commit b8ee271011
1 changed files with 1 additions and 0 deletions

View File

@ -4866,6 +4866,7 @@ _e_comp_x_manage_windows(E_Comp *c)
_e_comp_x_client_damage_add(ec);
e_pixmap_usable_set(ec->pixmap, 1);
ec->comp_data->first_map = 1;
evas_object_geometry_set(ec->frame, ec->client.x, ec->client.y, ec->client.w, ec->client.h);
}
ec->ignore_first_unmap = 1;
evas_object_show(ec->frame);