Differences From 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]
To Artifact [6d66ab1a73]:
- File
tests/TestMain.h
— part of check-in
[c977e39bbe]
at
2012-09-09 13:18:07
on branch trunk
— Adjust to ObjFW change.
Applications don't terminate after applicationDidFinishLaunching
anymore. (user: js, size: 1343) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 | - | @interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate> { OGKDisplay *display; OGKEventQueue *eventQueue; OGKBitmap *bitmap; of_point_t position; of_dimension_t scale; |