Changeset 601 for trunk/Cocoa/Pester/Source/PSApplication.m
- Timestamp:
- 12/21/09 22:12:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSApplication.m
r600 r601 147 147 [tile lockFocus]; 148 148 // draw the grayed-out app icon 149 [appIconImage dissolveToPoint: NSZeroPoint fraction: 0.5 ];149 [appIconImage dissolveToPoint: NSZeroPoint fraction: 0.5f]; 150 150 // draw the frame 151 [[NSColor colorWithCalibratedWhite: 0.1 alpha: 0.5] set];151 [[NSColor colorWithCalibratedWhite: 0.1f alpha: 0.5f] set]; 152 152 NSRectFill(frameRect); 153 153 // draw a gray two-pixel text shadow
Note:
See TracChangeset
for help on using the changeset viewer.