kde's 'desktop menu' now works just like a panel

This commit is contained in:
Dana Jansens 2002-07-15 22:27:46 +00:00
parent 90dbcb271c
commit af0eced081

View file

@ -204,11 +204,14 @@ BlackboxWindow::BlackboxWindow(Blackbox *b, Window w, BScreen *s) {
return;
case Type_Dock:
// docks (such as kicker) cannot be moved, and appear on all workspaces
case Type_Menu:
// docks (such as kicker) and menus (as used by kde for the 'desktop menu'
// which mimics apple, cannot be moved, and appear on all workspaces
// also, these have no decorations
functions &= ~(Func_Move);
decorations &= ~Decor_Titlebar;
flags.stuck = True;
case Type_Toolbar:
case Type_Menu:
case Type_Utility:
// these windows have minimal decorations, only a titlebar, and cannot
// be resized or iconified