On Tue, 26 Aug 2014 at 12:44:31 +0800, David Maciejak wrote:
> Hola,
> 
> I don't think this code should be removed (no mierda aquí).
>
> It's purpose is to add an animation (when enabled from WPrefs) to appicon.
> If the dock contains already that application, there is a animation
> from the appicon window created on the left-botton to the position in
> the dock.
> 
> I first thought the code was buggy in the src/misc.c SlideWindows() function,
> but in fact it's just the default DELAY value which is set to 0.
> 
> So the code below runs too fast for our poor eyes, sleep 10
> microseconds between each move steps...
> 
> 241 if (slide_delay > 0) {
> 242 wusleep(slide_delay * 1000L);
> 243 } else {
> 244 wusleep(10);
> 245 }
> 
> 
> Change the 10 to 10000, and move your dock on the right side.
> You should be able to see something ;)
> 

Indeed, something must be done about the speed, it's too fast.

In set the animation speed to 'ultraslow' in WPrefs but even that
is too fast.

> Anyway, maybe the default delay value should be updated ?

Probably yes. I haven't seen the code doing the animation for
a long time though.


-- 
To unsubscribe, send mail to [email protected].

Reply via email to