diff dwt/graphics/Drawable.d @ 46:cfa563df4fdd

Updated Widget and Display to 3.514
author Jacob Carlborg <doob@me.com>
date Fri, 05 Dec 2008 16:00:41 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/graphics/Drawable.d	Mon Dec 01 17:07:00 2008 +0100
+++ b/dwt/graphics/Drawable.d	Fri Dec 05 16:00:41 2008 +0100
@@ -50,7 +50,7 @@
  * @return the platform specific GC handle
  */
  
-public objc.id /*long*/ internal_new_GC (GCData data);
+public objc.id internal_new_GC (GCData data);
 
 /**  
  * Invokes platform specific functionality to dispose a GC handle.
@@ -65,6 +65,6 @@
  * @param handle the platform specific GC handle
  * @param data the platform specific GC data 
  */
-public void internal_dispose_GC (objc.id /*long*/ handle, GCData data);
+public void internal_dispose_GC (objc.id handle, GCData data);
 
 }