Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Mozzhuhin2017-07-09 11:27:23 +0000
committerLeo Ufimtsev2017-07-31 16:56:10 +0000
commit29ab8186773c35c49890a2c3a15f8f7b752eced9 (patch)
treeaeeb6edfac400dd0e1ace7e6ea08795492863dd8 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent34b41d4595be821b9bcc539c22ed3762c3eed9e2 (diff)
downloadeclipse.platform.swt-29ab8186773c35c49890a2c3a15f8f7b752eced9.tar.gz
eclipse.platform.swt-29ab8186773c35c49890a2c3a15f8f7b752eced9.tar.xz
eclipse.platform.swt-29ab8186773c35c49890a2c3a15f8f7b752eced9.zip
Bug 61190 - [Bidi] Shortcut keys doesn't work with Arabic and other
non-English keyboard Change-Id: I14c73849e92b8f0065089b9659a1740c5b165955 Signed-off-by: Mozzhuhin Andrey <amozzhuhin@yandex.ru>
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.h7
1 files changed, 7 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 29e60bd86b..c7ce376de5 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
@@ -81,6 +81,7 @@ typedef enum {
GdkEventWindowState_1sizeof_FUNC,
GdkEvent_1sizeof_FUNC,
GdkGeometry_1sizeof_FUNC,
+ GdkKeymapKey_1sizeof_FUNC,
GdkRGBA_1sizeof_FUNC,
GdkRectangle_1sizeof_FUNC,
GdkWindowAttr_1sizeof_FUNC,
@@ -457,6 +458,7 @@ typedef enum {
_1gdk_1get_1default_1root_1window_FUNC,
_1gdk_1keyboard_1ungrab_FUNC,
_1gdk_1keymap_1get_1default_FUNC,
+ _1gdk_1keymap_1get_1entries_1for_1keyval_FUNC,
_1gdk_1keymap_1translate_1keyboard_1state_FUNC,
_1gdk_1keyval_1to_1lower_FUNC,
_1gdk_1keyval_1to_1unicode_FUNC,
@@ -1703,6 +1705,11 @@ typedef enum {
memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J_FUNC,
#endif
#ifndef JNI64
+ memmove__Lorg_eclipse_swt_internal_gtk_GdkKeymapKey_2II_FUNC,
+#else
+ memmove__Lorg_eclipse_swt_internal_gtk_GdkKeymapKey_2JJ_FUNC,
+#endif
+#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkRGBA_2II_FUNC,
#else
memmove__Lorg_eclipse_swt_internal_gtk_GdkRGBA_2JJ_FUNC,

Back to the top