summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
diff options
context:
space:
mode:
authorAnatoly Spektor <aspektor@redhat.com>2012-06-29 10:31:45 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-08-01 09:54:30 -0400
commit916bed68a7f416f534701e25d01d07957e5d4d12 (patch)
treecb416e6780d110a824255c00ea3837f8f17d8df7 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentb53743a0bde0bb268ed9de951eee883e9f924c4c (diff)
downloadeclipse.platform.swt-916bed68a7f416f534701e25d01d07957e5d4d12.tar.gz
eclipse.platform.swt-916bed68a7f416f534701e25d01d07957e5d4d12.tar.xz
eclipse.platform.swt-916bed68a7f416f534701e25d01d07957e5d4d12.zip
Omit use of gdk_drawable_get_size deprecated function in GC
Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
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.c7
1 files changed, 5 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 3164823a54..d82496e9d6 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 = 1316;
-int OS_nativeFunctionCallCount[1316];
+int OS_nativeFunctionCount = 1319;
+int OS_nativeFunctionCallCount[1319];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -500,6 +500,7 @@ char * OS_nativeFunctionNames[] = {
"_1gdk_1pixbuf_1render_1to_1drawable",
"_1gdk_1pixbuf_1save_1to_1bufferv",
"_1gdk_1pixbuf_1scale_1simple",
+ "_1gdk_1pixmap_1get_1size",
"_1gdk_1pixmap_1new",
"_1gdk_1pointer_1grab",
"_1gdk_1pointer_1ungrab",
@@ -543,12 +544,14 @@ char * OS_nativeFunctionNames[] = {
"_1gdk_1window_1get_1children",
"_1gdk_1window_1get_1events",
"_1gdk_1window_1get_1frame_1extents",
+ "_1gdk_1window_1get_1height",
"_1gdk_1window_1get_1internal_1paint_1info",
"_1gdk_1window_1get_1origin",
"_1gdk_1window_1get_1parent",
"_1gdk_1window_1get_1pointer",
"_1gdk_1window_1get_1position",
"_1gdk_1window_1get_1user_1data",
+ "_1gdk_1window_1get_1width",
"_1gdk_1window_1hide",
"_1gdk_1window_1invalidate_1rect",
"_1gdk_1window_1invalidate_1region",