Ignore:
Timestamp:
12/21/09 22:12:29 (14 years ago)
Author:
Nicholas Riley
Message:

Float vs. double fixes to pacify GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSApplication.m

    r600 r601  
    147147        [tile lockFocus];
    148148        // draw the grayed-out app icon
    149         [appIconImage dissolveToPoint: NSZeroPoint fraction: 0.5];
     149        [appIconImage dissolveToPoint: NSZeroPoint fraction: 0.5f];
    150150        // draw the frame
    151         [[NSColor colorWithCalibratedWhite: 0.1 alpha: 0.5] set];
     151        [[NSColor colorWithCalibratedWhite: 0.1f alpha: 0.5f] set];
    152152        NSRectFill(frameRect);
    153153        // draw a gray two-pixel text shadow
Note: See TracChangeset for help on using the changeset viewer.