It appears that almost nobody uses the floating toolbar as kwin hasn't
had support for it since.. well, ever. Well, it does now. svn path=/trunk/kdebase/kwin/; revision=35996
This commit is contained in:
parent
61123bd562
commit
126bc26fda
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ static Client* clientFactory( Workspace *ws, WId w )
|
|||
c->setSticky( TRUE );
|
||||
return c;
|
||||
}
|
||||
if ( s.right(6) == "[menu]" ) {
|
||||
Client * c = new NoBorderClient( ws, w);
|
||||
return c;
|
||||
}
|
||||
|
||||
if ( Shape::hasShape( w ) ){
|
||||
return new NoBorderClient( ws, w );
|
||||
|
|
Loading…
Reference in a new issue