Let's allow people to play with the new animation(s).
In [WM] section of kdeglobals, add IconifyAnimationStyle=1 to see the first new animation. (you should change wm style away from, then back to, RISC OS, if you're already running it) svn path=/trunk/kdebase/kwin/; revision=69144
This commit is contained in:
parent
abd2f3d6fd
commit
0ed57b61e0
1 changed files with 2 additions and 0 deletions
|
@ -489,6 +489,8 @@ Static::update()
|
|||
else
|
||||
rightButtons_ << "Help" << "Iconify" << "Maximize";
|
||||
|
||||
animationStyle_ = c->readNumEntry("IconifyAnimationStyle", 0);
|
||||
|
||||
delete c;
|
||||
c = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue