CTWM
Loading...
Searching...
No Matches
Functions | Variables
/usr/src/RPM/BUILD/ctwm-4.1.0/animate.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ ModifyAnimationSpeed()

void ModifyAnimationSpeed ( int incr)

◆ SetAnimationSpeed()

void SetAnimationSpeed ( int speed)

Definition at line 124 of file animate.c.

References AnimationSpeed, MAXANIMATIONSPEED, and PlaceX.

Referenced by do_number_keyword().

◆ StartAnimation()

void StartAnimation ( void )

Definition at line 89 of file animate.c.

References AnimateTimeout, AnimationActive, AnimationSpeed, MAXANIMATIONSPEED, and PlaceX.

Referenced by ctwm_main(), and f_startanimation_impl().

◆ StopAnimation()

void StopAnimation ( void )

Definition at line 117 of file animate.c.

References AnimationActive.

Referenced by DoRestart(), f_stopanimation_impl(), LoadXwdImage(), and ModifyAnimationSpeed().

◆ TryToAnimate()

void TryToAnimate ( void )

Definition at line 55 of file animate.c.

References Animate(), Animating, AnimationSpeed, PlaceX, and tracefile.

Referenced by CtwmNextEvent().

Variable Documentation

◆ AnimateTimeout

struct timeval AnimateTimeout
extern

Definition at line 34 of file animate.c.

Referenced by CtwmNextEvent(), ModifyAnimationSpeed(), and StartAnimation().

◆ Animating

int Animating
extern

Definition at line 30 of file animate.c.

Referenced by Animate(), HandleClientMessage(), and TryToAnimate().

◆ AnimationActive

bool AnimationActive
extern

◆ AnimationSpeed

int AnimationSpeed
extern

◆ MaybeAnimate

bool MaybeAnimate
extern