CTWM
|
Go to the source code of this file.
Functions | |
void | StartAnimation (void) |
void | StopAnimation (void) |
void | SetAnimationSpeed (int speed) |
void | ModifyAnimationSpeed (int incr) |
void | TryToAnimate (void) |
Variables | |
int | Animating |
bool | AnimationActive |
bool | MaybeAnimate |
int | AnimationSpeed |
struct timeval | AnimateTimeout |
Definition at line 134 of file animate.c.
References AnimateTimeout, AnimationActive, AnimationSpeed, MAXANIMATIONSPEED, PlaceX, and StopAnimation().
Referenced by f_slowdownanimation_impl(), and f_speedupanimation_impl().
Definition at line 124 of file animate.c.
References AnimationSpeed, MAXANIMATIONSPEED, and PlaceX.
Referenced by do_number_keyword().
Definition at line 89 of file animate.c.
References AnimateTimeout, AnimationActive, AnimationSpeed, MAXANIMATIONSPEED, and PlaceX.
Referenced by ctwm_main(), and f_startanimation_impl().
Definition at line 117 of file animate.c.
References AnimationActive.
Referenced by DoRestart(), f_stopanimation_impl(), LoadXwdImage(), and ModifyAnimationSpeed().
Definition at line 55 of file animate.c.
References Animate(), Animating, AnimationSpeed, PlaceX, and tracefile.
Referenced by CtwmNextEvent().
Definition at line 34 of file animate.c.
Referenced by CtwmNextEvent(), ModifyAnimationSpeed(), and StartAnimation().
|
extern |
Definition at line 30 of file animate.c.
Referenced by Animate(), HandleClientMessage(), and TryToAnimate().
|
extern |
Definition at line 32 of file animate.c.
Referenced by CtwmNextEvent(), LoadXwdImage(), ModifyAnimationSpeed(), StartAnimation(), and StopAnimation().
|
extern |
Definition at line 31 of file animate.c.
Referenced by Animate(), CtwmNextEvent(), ModifyAnimationSpeed(), SetAnimationSpeed(), StartAnimation(), and TryToAnimate().
|
extern |
Definition at line 33 of file animate.c.
Referenced by Animate(), CreateIconWindow(), CtwmNextEvent(), GotoWorkSpace(), HandleMapRequest(), IconUp(), SetFocusVisualAttributes(), and WMgrSetMapState().