Source/Bit.m
changeset 8 45c82a071aca
parent 7 428a194e3e59
child 9 a59acc683080
     1.1 --- a/Source/Bit.m	Sun Mar 16 15:06:47 2008 -0700
     1.2 +++ b/Source/Bit.m	Wed May 28 12:47:10 2008 -0700
     1.3 @@ -107,7 +107,7 @@
     1.4          }
     1.5          
     1.6          self.zPosition = z;
     1.7 -#if !TARGET_OS_ASPEN
     1.8 +#if !TARGET_OS_IPHONE
     1.9          self.shadowOpacity = shadow;
    1.10          self.shadowOffset = CGSizeMake(offset,-offset);
    1.11          self.shadowRadius = radius;