Searched refs:AnimationSpeed (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Danimate.h12 extern int AnimationSpeed;
H A Danimate.c31 int AnimationSpeed = 0; variable in typeref:typename:int
73 gap *= AnimationSpeed;
92 if(AnimationSpeed > MAXANIMATIONSPEED) {
93 AnimationSpeed = MAXANIMATIONSPEED;
95 if(AnimationSpeed <= 0) {
96 AnimationSpeed = 0;
101 switch(AnimationSpeed) {
110 AnimateTimeout.tv_usec = 1000000 / AnimationSpeed;
126 AnimationSpeed = speed;
127 if(AnimationSpeed > MAXANIMATIONSPEE
[all...]
H A Devent_core.c247 tout = (AnimationSpeed > 0) ? &timeout : NULL;
H A DCHANGES.md1576 one new keyword: `AnimationSpeed`, and 4 new function:
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc455 AnimationSpeed `speed`::
2879 Decrease `AnimationSpeed` by 1.
2886 Increase `AnimationSpeed` by 1.

Completed in 12 milliseconds