Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-10-19 09:54:30 +0000
committerSilenio Quarti2011-11-25 16:43:03 +0000
commit4b6f3d6ef93f821147ed56467d58afcd45e822e5 (patch)
tree6437892d6c2676bf395589e4296e01ecbe8770d9 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentfc1e32326bc5f902f63c6faf6a297be9ea7b2980 (diff)
downloadeclipse.platform.swt-4b6f3d6ef93f821147ed56467d58afcd45e822e5.tar.gz
eclipse.platform.swt-4b6f3d6ef93f821147ed56467d58afcd45e822e5.tar.xz
eclipse.platform.swt-4b6f3d6ef93f821147ed56467d58afcd45e822e5.zip
Bug 364766 - Use gtk_orientable_set_orientation if gtk >= 2.16.0.
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 ee4922629a..34b6baf4c2 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
@@ -895,6 +895,7 @@ typedef enum {
_1gtk_1notebook_1set_1show_1tabs_FUNC,
_1gtk_1notebook_1set_1tab_1pos_FUNC,
_1gtk_1object_1sink_FUNC,
+ _1gtk_1orientable_1set_1orientation_FUNC,
_1gtk_1page_1setup_1get_1bottom_1margin_FUNC,
_1gtk_1page_1setup_1get_1left_1margin_FUNC,
_1gtk_1page_1setup_1get_1orientation_FUNC,

Back to the top