1
0
Fork 0

window-x11: Fix silly regression

First we figure out the window type, then we ignore it - ouch.
This commit is contained in:
Florian Müllner 2014-06-07 11:48:55 +02:00
parent 7cb30ced23
commit ebc2e7221b

View file

@ -3182,7 +3182,7 @@ meta_window_x11_recalc_window_type (MetaWindow *window)
*/
if (window->override_redirect)
{
switch (window->type)
switch (type)
{
/* Decorated types */
case META_WINDOW_NORMAL: