Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-05-25 19:57:09 +0000
committerSilenio Quarti2004-05-25 19:57:09 +0000
commit4f0860d0fe601c6a85a57c756dcd695f80f2c863 (patch)
treee3081510cfe4210a36cd12c398962e91f99a30b2 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parent7935c0a93d147803c65486d649ff99d1e1f4c9a0 (diff)
downloadeclipse.platform.swt-4f0860d0fe601c6a85a57c756dcd695f80f2c863.tar.gz
eclipse.platform.swt-4f0860d0fe601c6a85a57c756dcd695f80f2c863.tar.xz
eclipse.platform.swt-4f0860d0fe601c6a85a57c756dcd695f80f2c863.zip
17346
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.c6
1 files changed, 4 insertions, 2 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 b2942b405a..28430a02d2 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
@@ -18,8 +18,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 823;
-int OS_nativeFunctionCallCount[823];
+int OS_nativeFunctionCount = 825;
+int OS_nativeFunctionCallCount[825];
char * OS_nativeFunctionNames[] = {
"GDK_1DISPLAY",
"GDK_1ROOT_1PARENT",
@@ -287,6 +287,7 @@ char * OS_nativeFunctionNames[] = {
"gdk_1window_1invalidate_1region",
"gdk_1window_1lookup",
"gdk_1window_1lower",
+ "gdk_1window_1move",
"gdk_1window_1new",
"gdk_1window_1process_1all_1updates",
"gdk_1window_1process_1updates",
@@ -302,6 +303,7 @@ char * OS_nativeFunctionNames[] = {
"gdk_1window_1set_1icon_1list",
"gdk_1window_1set_1keep_1above",
"gdk_1window_1set_1override_1redirect",
+ "gdk_1window_1set_1user_1data",
"gdk_1window_1shape_1combine_1region",
"gdk_1window_1show",
"gdk_1window_1thaw_1updates",

Back to the top