diff dwt/internal/cocoa/OS.d @ 51:e6f04eb518ae

Updated Canvas to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 21:24:13 +0100
parents 30adfb32d4be
children 858e9a565d62
line wrap: on
line diff
--- a/dwt/internal/cocoa/OS.d	Sun Dec 07 21:06:50 2008 +0100
+++ b/dwt/internal/cocoa/OS.d	Sun Dec 07 21:24:13 2008 +0100
@@ -2690,7 +2690,7 @@
 public static const int NSCompositeSourceIn = 3;
 public static const int NSCompositeSourceOut = 4;
 public static const int NSCompositeSourceOver = 2;
-public static const int NSCompositeXOR = 10;
+alias Cocoa.NSCompositingOperation.NSCompositeXOR NSCompositeXOR;
 public static const int NSCompressedFontMask = 512;
 public static const int NSCondensedFontMask = 64;
 public static const int NSContentsCellMask = 1;
@@ -3687,7 +3687,7 @@
 public static const int NSNoTopLevelContainersSpecifierError = 1;
 public static const int NSNonLossyASCIIStringEncoding = 7;
 public static const int NSNotEqualToPredicateOperatorType = 5;
-public static const int NSNotFound = 2147483647;
+alias Cocoa.NSNotFound NSNotFound;
 public static const int NSNotPredicateType = 0;
 public static const int NSNotificationCoalescingOnName = 1;
 public static const int NSNotificationCoalescingOnSender = 2;