Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-10-22 21:55:37 +0000
committerAlexander Kurtakov2012-10-22 21:55:37 +0000
commite91638284e681c28532a38f51bdfcbbeea2d1f41 (patch)
tree0d6401c3d344c6538ad3b7ad87be660f735bd772 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent058843ec5debf78b5e1461b60991c47cc05c23d3 (diff)
downloadeclipse.platform.swt-e91638284e681c28532a38f51bdfcbbeea2d1f41.tar.gz
eclipse.platform.swt-e91638284e681c28532a38f51bdfcbbeea2d1f41.tar.xz
eclipse.platform.swt-e91638284e681c28532a38f51bdfcbbeea2d1f41.zip
Bug 392616 - Use gtk_accessible_get_widget on GTK3
We are supposed to get the widget via the function call and not by reading the struct field (impossible in Gtk3). Also don't compile the GtkAccessible natives for Gtk 3.x.
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 a05d5254ef..0e2b4b9fd3 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
@@ -609,6 +609,7 @@ typedef enum {
_1gtk_1accel_1label_1set_1accel_1widget_FUNC,
_1gtk_1accelerator_1get_1default_1mod_1mask_FUNC,
_1gtk_1accelerator_1parse_FUNC,
+ _1gtk_1accessible_1get_1widget_FUNC,
_1gtk_1adjustment_1changed_FUNC,
_1gtk_1adjustment_1new_FUNC,
_1gtk_1adjustment_1set_1value_FUNC,

Back to the top