Differences From Artifact [150ee79de4]:
- File test/TestMain.h — part of check-in [f309ba2b33] at 2012-08-20 01:18:05 on branch trunk — Pass the display on events. (user: js, size: 1241) [annotate] [blame] [check-ins using]
- File tests/TestMain.h — part of check-in [b82dc2eabe] at 2012-08-26 12:21:57 on branch trunk — Add a proper build system. (user: js, size: 1241) [annotate] [blame] [check-ins using]
To Artifact [79738436b7]:
- File tests/TestMain.h — part of check-in [f2278e46ca] at 2012-08-28 17:50:05 on branch trunk — Add many new methods to OGKBitmap. (user: js, size: 1283) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 | @interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate> { OGKDisplay *display; OGKEventQueue *eventQueue; OGKBitmap *bitmap; of_point_t position; BOOL running; } @end | > > | 26 27 28 29 30 31 32 33 34 35 36 37 | @interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate> { OGKDisplay *display; OGKEventQueue *eventQueue; OGKBitmap *bitmap; of_point_t position; of_dimension_t scale; BOOL running; ogk_color_t tint; } @end |