--- mstools/samples/spincube/spincube.h 2018/08/09 18:23:17 1.1 +++ mstools/samples/spincube/spincube.h 2018/08/09 18:25:35 1.1.1.2 @@ -27,6 +27,15 @@ #define SPINCUBE_EXTRA 4 // number of extra bytes for spincube class #define SPIN_EVENT 1 // timer event id to repaint control +#ifdef _ALPHA_ +#define SPIN_INTERVAL 0 // milliseconds between repaints. what + // would be really cool is a way to + // dynamically adjust the interval- + // on real fast machines we might + // almost be able to get decent-looking + // animation! :) + +#else #define SPIN_INTERVAL 75 // milliseconds between repaints. what // would be really cool is a way to // dynamically adjust the interval- @@ -34,6 +43,7 @@ // almost be able to get decent-looking // animation! :) +#endif #define DID_ERASE 101 // dialog control id's #define DID_INMOTION 102 #define DID_OK 103