RE: Window Shades are going slow...
Dwight Schauer (schauerd@letu.edu)
Sun, 02 May 1999 18:24:32 -0500 (CDT)
I'm not sure if there is a parameter to change this, but on
new AfterStep updates I usually do the following modifications
and recompile:
in AfterStep-1.6.10/src/afterstep:
--- functions.c.orig Sun May 2 12:35:08 1999
+++ functions.c Sun May 2 12:36:02 1999
@@ -53,9 +53,11 @@
#include "../../include/screen.h"
#include "../../include/module.h"
-#ifndef SHADE_ANIMATION_STEPS
-#define SHADE_ANIMATION_STEPS 15
+#ifdef SHADE_ANIMATION_STEPS
+#undef SHADE_ANIMATION_STEPS
#endif
+
+#define SHADE_ANIMATION_STEPS 1
extern XEvent Event;
extern ASWindow *Tmp_win;
Of course you could always change SHADE_ANIMATION_STEPS to
something greater then 1.
On 02-May-99 Coplan wrote:
>
> Is there any way to speed up my shade speed for a given window?
> When I
> click on the shade button, it takes a long time, through much
> jerkyness,
> to go up. I was wondering if that is an X thing (refresh is low)
> or if
> that was something one could control with the window manager.
>
> X: 3.3.3.1
> Afterstep: 1.7.94
>
>
> Coplan /"\
> ------ \ / ASCII RIBBON
> CAMPAIGN
> Immortal Coil.Tracking X AGAINST HTML
> MAIL
> / \
> ------
> Your object is to save the world, while still leading a pleasant
> life.
>
>
>
>
> --
> WWW: http://www.afterstep.org/
> FTP: ftp://ftp.afterstep.org/
> MAIL:
> http://www.calderasystems.com/linuxcenter/forums/afterstep.html
----------------------------------
E-Mail: Dwight Schauer <schauerd@letu.edu>
Date: 02-May-99
Time: 12:31:48
This message was sent by XFMail
----------------------------------
--
WWW: http://www.afterstep.org/
FTP: ftp://ftp.afterstep.org/
MAIL: http://www.calderasystems.com/linuxcenter/forums/afterstep.html