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:
Rik Hemsley 2000-10-28 01:49:42 +00:00
parent abd2f3d6fd
commit 0ed57b61e0

View file

@ -489,6 +489,8 @@ Static::update()
else
rightButtons_ << "Help" << "Iconify" << "Maximize";
animationStyle_ = c->readNumEntry("IconifyAnimationStyle", 0);
delete c;
c = 0;
}