this makes sense under Windows, not Compositing
svn path=/trunk/KDE/kdebase/workspace/; revision=1026294
This commit is contained in:
parent
975fa72ab8
commit
4be6a1295a
1 changed files with 2 additions and 2 deletions
|
@ -171,6 +171,8 @@ unsigned long Options::updateSettings()
|
||||||
hideUtilityWindowsForInactive = config.readEntry( "HideUtilityWindowsForInactive", true);
|
hideUtilityWindowsForInactive = config.readEntry( "HideUtilityWindowsForInactive", true);
|
||||||
showDesktopIsMinimizeAll = config.readEntry( "ShowDesktopIsMinimizeAll", false );
|
showDesktopIsMinimizeAll = config.readEntry( "ShowDesktopIsMinimizeAll", false );
|
||||||
|
|
||||||
|
borderless_maximized_windows = config.readEntry( "BorderlessMaximizedWindows", false );
|
||||||
|
|
||||||
// Mouse bindings
|
// Mouse bindings
|
||||||
config = KConfigGroup( _config, "MouseBindings" );
|
config = KConfigGroup( _config, "MouseBindings" );
|
||||||
CmdActiveTitlebar1 = mouseCommand(config.readEntry("CommandActiveTitlebar1","Raise"), true );
|
CmdActiveTitlebar1 = mouseCommand(config.readEntry("CommandActiveTitlebar1","Raise"), true );
|
||||||
|
@ -193,8 +195,6 @@ unsigned long Options::updateSettings()
|
||||||
config=KConfigGroup(_config,"Compositing");
|
config=KConfigGroup(_config,"Compositing");
|
||||||
refreshRate = config.readEntry( "RefreshRate", 0 );
|
refreshRate = config.readEntry( "RefreshRate", 0 );
|
||||||
|
|
||||||
borderless_maximized_windows = config.readEntry( "BorderlessMaximizedWindows", false );
|
|
||||||
|
|
||||||
// Read button tooltip animation effect from kdeglobals
|
// Read button tooltip animation effect from kdeglobals
|
||||||
// Since we want to allow users to enable window decoration tooltips
|
// Since we want to allow users to enable window decoration tooltips
|
||||||
// and not kstyle tooltips and vise-versa, we don't read the
|
// and not kstyle tooltips and vise-versa, we don't read the
|
||||||
|
|
Loading…
Reference in a new issue