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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue