set initial x11 window geometry for windows which do not have wm hints

fixes case where a non-override window has no hints and must be shown on
startup
This commit is contained in:
Mike Blumenkrantz 2017-04-21 16:14:47 -04:00
parent 79996f9bdb
commit e1093c87ea
1 changed files with 1 additions and 1 deletions

View File

@ -5265,7 +5265,7 @@ _e_comp_x_manage_windows(void)
}
if (ec)
{
if (ec->override)
if (ec->override || (!ec->icccm.fetch.hints))
{
_e_comp_x_client_evas_init(ec);
if (!ec->input_only)