From 0ed57b61e0c3ad3852eb77eeb7790187c389ef20 Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Sat, 28 Oct 2000 01:49:42 +0000 Subject: [PATCH] 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 --- clients/riscos/Static.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/riscos/Static.cpp b/clients/riscos/Static.cpp index 2ba0aa2f5f..cd0298fa7f 100644 --- a/clients/riscos/Static.cpp +++ b/clients/riscos/Static.cpp @@ -489,6 +489,8 @@ Static::update() else rightButtons_ << "Help" << "Iconify" << "Maximize"; + animationStyle_ = c->readNumEntry("IconifyAnimationStyle", 0); + delete c; c = 0; }