window-x11: Fix silly regression
First we figure out the window type, then we ignore it - ouch.
This commit is contained in:
parent
7cb30ced23
commit
ebc2e7221b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user