Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjosh2014-07-03 02:32:37 +0000
committerAlexander Kurtakov2014-07-08 12:23:24 +0000
commitd20acf6bc5bf02e3ebe32d6b46b87685581f358f (patch)
treec319c94003023b8c024577a58a0abbb254551acc /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent910df7b7d5ce7ece90221d5b3519098e287de2db (diff)
downloadeclipse.platform.swt-d20acf6bc5bf02e3ebe32d6b46b87685581f358f.tar.gz
eclipse.platform.swt-d20acf6bc5bf02e3ebe32d6b46b87685581f358f.tar.xz
eclipse.platform.swt-d20acf6bc5bf02e3ebe32d6b46b87685581f358f.zip
"Bug 436504 - [WIP] Wayland support is missing"
Initial Wayland support and new pointer warp function in OS Contains new check for the existence of Wayland. The display server if statements logic has been revised since the checks for Wayland and X11 can both return true on the same system at runtime. Also, gdk_device_warp has been added to OS and is used when GTK >= 3.0 It appears that Wayland will not support pointer warping. Change-Id: Ifaa223d80f8182685042aac31c2337ce7dac2fec Signed-off-by: josh <joshbarkovic@gmail.com>
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, 2 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 fd88a9b19e..77a38e958b 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
@@ -42,6 +42,7 @@ typedef enum {
GDK_1EVENT_1TYPE_FUNC,
GDK_1EVENT_1WINDOW_FUNC,
GDK_1WINDOWING_1X11_FUNC,
+ GDK_1WINDOWING_1WAYLAND_FUNC,
GInterfaceInfo_1sizeof_FUNC,
GPollFD_1sizeof_FUNC,
GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING_FUNC,
@@ -473,6 +474,7 @@ typedef enum {
_1gdk_1cursor_1unref_FUNC,
_1gdk_1device_1get_1associated_1device_FUNC,
_1gdk_1device_1get_1window_1at_1position_FUNC,
+ _1gdk_1device_1warp_FUNC,
_1gdk_1device_1grab_FUNC,
_1gdk_1device_1manager_1get_1client_1pointer_FUNC,
_1gdk_1device_1ungrab_FUNC,

Back to the top