grab the first known window type

This commit is contained in:
Dana Jansens 2003-01-06 04:44:00 +00:00
parent 1297c7c157
commit 043822f6b6

View file

@ -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;
} }