Ignore:
Timestamp:
11/05/07 10:20:10 (17 years ago)
Author:
Nicholas Riley
Message:

Updated for 1.4njr3. Fixed whitespace for consistent 8-space tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSIView.m

    r329 r346  
    3535    float radius = 25.0; // correct value to duplicate Panther's App Switcher
    3636    NSBezierPath *bgPath = [NSBezierPath bezierPath];
    37 
     37   
    3838    /* XXX from Casey Marshall's version; does it help with the hole-in-window problem? */
    39         [[NSColor clearColor] set];
     39    [[NSColor clearColor] set];
    4040    NSRectFill(bgRect);
    4141    /* XXX end */
Note: See TracChangeset for help on using the changeset viewer.