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 d832fb5b30
commit e83aea9106
1 changed files with 1 additions and 1 deletions

View File

@ -5274,7 +5274,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)