CTWM
Loading...
Searching...
No Matches
/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()

◆ SetAnimationSpeed()

void SetAnimationSpeed ( int speed)

Definition at line 124 of file animate.c.

References AnimationSpeed, MAXANIMATIONSPEED, and SetAnimationSpeed().

Referenced by do_number_keyword(), and SetAnimationSpeed().

◆ StartAnimation()

void StartAnimation ( void )

◆ StopAnimation()

void StopAnimation ( void )

◆ TryToAnimate()

void TryToAnimate ( void )

Definition at line 55 of file animate.c.

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

Referenced by CtwmNextEvent(), and TryToAnimate().

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