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
icc-effect-5.14.5
Kurt Granroth 1999-12-07 02:18:27 +00:00
parent 61123bd562
commit 126bc26fda
1 changed files with 4 additions and 0 deletions

View File

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