kwin/clients/system
Waldo Bastian 5e3b53660d WABA: Fixed #8656 kwin titlebar: doubleclick does not maximize
if (titlebar->geometry().contains( e->pos() ) )
-        setShade( !isShade() );
+       workspace()->performWindowOperation( this, options->operationTitlebarDblClick() );
     workspace()->requestFocus( this );

svn path=/trunk/kdebase/kwin/; revision=63485
2000-09-11 03:34:01 +00:00
..
Makefile.am WABA: Use $(KDE_PLUGIN) for plugins and let them link against kwin.{la|so} 2000-05-16 23:10:41 +00:00
system.desktop naming it System++ 2000-06-01 00:31:39 +00:00
systemclient.cpp WABA: Fixed #8656 kwin titlebar: doubleclick does not maximize 2000-09-11 03:34:01 +00:00
systemclient.h Fixes for when active colors != inactive colors && titlebutton colors != 2000-04-28 10:10:27 +00:00