Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2009-09-10 21:04:17 +0000
committerBogdan Gheorghe2009-09-10 21:04:17 +0000
commitd569a8e4e3f708a454ad8d2b1a32242d0ad822fd (patch)
treed2c2a2ca134e923be958ec5ba0eb86f30020a71d /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parente170fc54c6b4ebe87f5d0d3787b52ef7c74c6447 (diff)
downloadeclipse.platform.swt-d569a8e4e3f708a454ad8d2b1a32242d0ad822fd.tar.gz
eclipse.platform.swt-d569a8e4e3f708a454ad8d2b1a32242d0ad822fd.tar.xz
eclipse.platform.swt-d569a8e4e3f708a454ad8d2b1a32242d0ad822fd.zip
287307 [Widgets] Control.setZOrder broken on Gtk+ >= 2.17.3
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 6f119c814d..e1d4779fa6 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
@@ -510,6 +510,7 @@ typedef enum {
_1gdk_1window_1raise_FUNC,
_1gdk_1window_1remove_1filter_FUNC,
_1gdk_1window_1resize_FUNC,
+ _1gdk_1window_1restack_FUNC,
_1gdk_1window_1scroll_FUNC,
_1gdk_1window_1set_1accept_1focus_FUNC,
_1gdk_1window_1set_1back_1pixmap_FUNC,

Back to the top