Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-02-28 15:23:56 +0000
committerSilenio Quarti2012-02-28 19:47:21 +0000
commit82e34fcb485647da9f29a70265a4c5982c8c83e6 (patch)
tree280b6eca719aabca60547d75cae9f1dc20b63c1f /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentfae92c3dcb033543d291b0df257c2ae165e30841 (diff)
downloadeclipse.platform.swt-82e34fcb485647da9f29a70265a4c5982c8c83e6.tar.gz
eclipse.platform.swt-82e34fcb485647da9f29a70265a4c5982c8c83e6.tar.xz
eclipse.platform.swt-82e34fcb485647da9f29a70265a4c5982c8c83e6.zip
Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.
The new function used is in GTK at least from version 2.0 and the macro is deprecated and removed from GTK 3. All usages are fixed.
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.h2
1 files changed, 1 insertions, 1 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 2984b14a2e..050c8fb9e4 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
@@ -144,7 +144,6 @@ typedef enum {
_1Call_FUNC,
_1FcConfigAppFontAddFile_FUNC,
_1GDK_1PIXMAP_1XID_FUNC,
- _1GDK_1ROOT_1PARENT_FUNC,
_1GDK_1TYPE_1COLOR_FUNC,
_1GDK_1TYPE_1PIXBUF_FUNC,
_1GString_1len_FUNC,
@@ -499,6 +498,7 @@ typedef enum {
_1gdk_1gc_1set_1tile_FUNC,
_1gdk_1gc_1set_1ts_1origin_FUNC,
_1gdk_1gc_1set_1values_FUNC,
+ _1gdk_1get_1default_1root_1window_FUNC,
_1gdk_1keyboard_1ungrab_FUNC,
_1gdk_1keymap_1get_1default_FUNC,
_1gdk_1keymap_1translate_1keyboard_1state_FUNC,

Back to the top