Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-08-29 17:42:21 +0000
committerArun Thondapu2012-09-12 17:18:49 +0000
commit21331182885d36e87fd7aa26872a15a6f6734271 (patch)
treedb8f497de54b793b2211eb3c87d6063b605e33f7 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parente146916783f37aa41636cc83669e5f610cf7343a (diff)
downloadeclipse.platform.swt-21331182885d36e87fd7aa26872a15a6f6734271.tar.gz
eclipse.platform.swt-21331182885d36e87fd7aa26872a15a6f6734271.tar.xz
eclipse.platform.swt-21331182885d36e87fd7aa26872a15a6f6734271.zip
Bug 388369 Use gtk_separator_new () in GTK+3
This patch replaces old GTK2 API methods gtk_vseparator_new () and gtk_hseparator_new () with GTK+ 3 API method gtk_separator_new() and makes old 2 methods dynamic
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 03201ea558..f336786e61 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
@@ -965,6 +965,7 @@ typedef enum {
_1gtk_1selection_1data_1free_FUNC,
_1gtk_1selection_1data_1set_FUNC,
_1gtk_1separator_1menu_1item_1new_FUNC,
+ _1gtk_1separator_1new_FUNC,
_1gtk_1separator_1tool_1item_1new_FUNC,
_1gtk_1separator_1tool_1item_1set_1draw_FUNC,
_1gtk_1set_1locale_FUNC,

Back to the top