kwin/clients/kstep
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
..
kstep.desktop Implemented plugins :) This was a huge pain in the arse because a) I am stupid 1999-12-24 01:36:47 +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
nextclient.cpp WABA: Fixed #8656 kwin titlebar: doubleclick does not maximize 2000-09-11 03:34:01 +00:00
nextclient.h Update to new color handling and efficency improvements. 2000-04-28 11:01:42 +00:00