Differences From Artifact [2166ed5054]:
- File tests/TestMain.h — part of check-in [8577d195c4] at 2012-08-28 19:48:53 on branch trunk — Add methods for drawing rotated. (user: js, size: 1309) [annotate] [blame] [check-ins using]
To Artifact [7e7dd1e48b]:
- File tests/TestMain.h — part of check-in [d5c8cc4029] at 2012-08-28 20:10:57 on branch trunk — Add a test animation. (user: js, size: 1358) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 37 38 | 30 31 32 33 34 35 36 37 38 39 40 | + + | OGKEventQueue *eventQueue; OGKBitmap *bitmap; of_point_t position; of_dimension_t scale; BOOL running; ogk_rotation_t rotation; ogk_color_t tint; OFThread *animationThread; BOOL stopAnimation; } @end |