diff dwt/internal/gtk/OS.d @ 20:55c4568a2bab

Cursor
author Frank Benoit <benoit@tionex.de>
date Mon, 07 Jan 2008 08:07:46 +0100
parents b73b14942338
children bc06000c0816
line wrap: on
line diff
--- a/dwt/internal/gtk/OS.d	Mon Jan 07 07:47:32 2008 +0100
+++ b/dwt/internal/gtk/OS.d	Mon Jan 07 08:07:46 2008 +0100
@@ -904,7 +904,7 @@
     mixin ForwardGtkOsCFunc!(.gdk_colormap_free_colors);
     mixin ForwardGtkOsCFunc!(.gdk_colormap_get_system);
     mixin ForwardGtkOsCFunc!(.gdk_colormap_query_color);
-//    mixin ForwardGtkOsCFunc!(.gdk_cursor_destroy);
+    mixin ForwardGtkOsCFunc!(.gdk_cursor_destroy); // is alias for gdk_cursor_unref
     mixin ForwardGtkOsCFunc!(.gdk_cursor_new);
     mixin ForwardGtkOsCFunc!(.gdk_cursor_new_from_pixmap);
     mixin ForwardGtkOsCFunc!(.gdk_cursor_new_from_pixbuf);