Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-08-31 16:23:05 +0000
committerArun Thondapu2012-09-28 12:42:16 +0000
commit05d0c222631c4573978010636b08112190a63b4e (patch)
tree2a4e33c46871dd7f972e0d1a9f87e94618ec4b39 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentb10455c7784bbac9ddf3050dabceefccfa2b645e (diff)
downloadeclipse.platform.swt-05d0c222631c4573978010636b08112190a63b4e.tar.gz
eclipse.platform.swt-05d0c222631c4573978010636b08112190a63b4e.tar.xz
eclipse.platform.swt-05d0c222631c4573978010636b08112190a63b4e.zip
Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+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 af924c2634..b0083a810d 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
@@ -429,6 +429,7 @@ typedef enum {
_1gdk_1cursor_1new_1from_1pixbuf_FUNC,
_1gdk_1cursor_1new_1from_1pixmap_FUNC,
_1gdk_1cursor_1unref_FUNC,
+ _1gdk_1device_1get_1associated_1device_FUNC,
_1gdk_1device_1grab_FUNC,
_1gdk_1device_1manager_1get_1client_1pointer_FUNC,
_1gdk_1device_1ungrab_FUNC,

Back to the top