Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 3abe853e5d..539e395200 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -436,10 +436,10 @@ char * OS_nativeFunctionNames[] = {
"_1gdk_1colormap_1free_1colors",
"_1gdk_1colormap_1get_1system",
"_1gdk_1colormap_1query_1color",
- "_1gdk_1cursor_1destroy",
"_1gdk_1cursor_1new",
"_1gdk_1cursor_1new_1from_1pixbuf",
"_1gdk_1cursor_1new_1from_1pixmap",
+ "_1gdk_1cursor_1unref",
"_1gdk_1display_1get_1default",
"_1gdk_1display_1supports_1cursor_1color",
"_1gdk_1drag_1status",

Back to the top