Changeset 465

Show
Ignore:
Timestamp:
03/05/2008 04:06:34 (6 months ago)
Author:
why
Message:
  • shoes/app.c: wait, no full zoom button on non-resizable windows.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shoes/app.c

    r464 r465  
    15711571    | kWindowStandardHandlerAttribute 
    15721572    | (app->resizable ? (kWindowLiveResizeAttribute | kWindowStandardDocumentAttributes) : 
    1573       (kWindowCloseBoxAttribute | kWindowFullZoomAttribute | kWindowCollapseBoxAttribute)), 
     1573      kWindowStandardFloatingAttributes), 
    15741574    &gRect, 
    15751575    &app->os.window);