grab the first known window type
This commit is contained in:
parent
1297c7c157
commit
043822f6b6
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ void OBClient::getType()
|
||||||
// property->atom(otk::OBProperty::kde_net_wm_window_type_override))
|
// property->atom(otk::OBProperty::kde_net_wm_window_type_override))
|
||||||
// mwm_decorations = 0; // prevent this window from getting any decor
|
// mwm_decorations = 0; // prevent this window from getting any decor
|
||||||
// XXX: make this work again
|
// XXX: make this work again
|
||||||
|
if (_type != (WindowType) -1)
|
||||||
|
break; // grab the first known type
|
||||||
}
|
}
|
||||||
delete val;
|
delete val;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue