Changeset 465
- Timestamp:
- 03/05/2008 04:06:34 (6 months ago)
- Files:
-
- 1 modified
-
trunk/shoes/app.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shoes/app.c
r464 r465 1571 1571 | kWindowStandardHandlerAttribute 1572 1572 | (app->resizable ? (kWindowLiveResizeAttribute | kWindowStandardDocumentAttributes) : 1573 (kWindowCloseBoxAttribute | kWindowFullZoomAttribute | kWindowCollapseBoxAttribute)),1573 kWindowStandardFloatingAttributes), 1574 1574 &gRect, 1575 1575 &app->os.window);
