diff dwt/internal/c/qd/bindings.d @ 10:30a762abda2a

Revert automatic changes from dwt/internal and dwt/dwthelper. Excluded dwt/internal/image and theme.
author Frank Benoit <benoit@tionex.de>
date Thu, 28 Aug 2008 12:31:10 +0200
parents e831403a80a9
children 5123b17c98ef
line wrap: on
line diff
--- a/dwt/internal/c/qd/bindings.d	Wed Aug 27 14:36:41 2008 +0200
+++ b/dwt/internal/c/qd/bindings.d	Thu Aug 28 12:31:10 2008 +0200
@@ -12,10 +12,10 @@
 import dwt.internal.objc.runtime;
 
 
-alias extern cast(C) OSStatus* delegate (UInt16 message, RgnHandle rgn, /*const*/Rect* rect, void* refCon) RegionToRectsProcPtr;
+alias extern (C) OSStatus* delegate (UInt16 message, RgnHandle rgn, /*const*/Rect* rect, void* refCon) RegionToRectsProcPtr;
 alias RegionToRectsProcPtr RegionToRectsUPP;
 
-extern cast(C):
+extern (C):
 
 RgnHandle NewRgn ();
 void RectRgn (RgnHandle rgn, /*const*/Rect* r);
@@ -34,4 +34,4 @@
 Boolean RectInRgn (/*const*/Rect* r, RgnHandle rgn);
 OSStatus QDRegionToRects (RgnHandle rgn, QDRegionParseDirection dir, RegionToRectsUPP proc, void* userData);
 void CopyRgn (RgnHandle srcRgn, RgnHandle dstRgn);
-void SetRect (Rect* r, short left, short top, short right, short bottom);
+void SetRect (Rect* r, short left, short top, short right, short bottom);
\ No newline at end of file