Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-07-09 19:10:22 +0000
committerSilenio Quarti2012-08-01 17:25:01 +0000
commitc6e846c2a1f2f65f82baf98b5937ac087d800678 (patch)
tree6875680861626be5e55d571c466f40fcb91d71b3 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent2d0d1fe9d220400e0b4957016ec81f97281b8e3b (diff)
downloadeclipse.platform.swt-c6e846c2a1f2f65f82baf98b5937ac087d800678.tar.gz
eclipse.platform.swt-c6e846c2a1f2f65f82baf98b5937ac087d800678.tar.xz
eclipse.platform.swt-c6e846c2a1f2f65f82baf98b5937ac087d800678.zip
Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPED
Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index c1af2f83cb..896fe5ccc4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -1235,6 +1235,7 @@ typedef enum {
_1gtk_1widget_1get_1child_1visible_FUNC,
_1gtk_1widget_1get_1default_1style_FUNC,
_1gtk_1widget_1get_1events_FUNC,
+ _1gtk_1widget_1get_1mapped_FUNC,
_1gtk_1widget_1get_1modifier_1style_FUNC,
_1gtk_1widget_1get_1pango_1context_FUNC,
_1gtk_1widget_1get_1parent_FUNC,

Back to the top