xwayland: Forward global position to X
xeyes works as expected now. subwindows are popped also as expected. This
patch should fix the following:
https://bugs.freedesktop.org/show_bug.cgi?id=59983
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h
index 9151cce..c68a517 100644
--- a/src/xwayland/xwayland.h
+++ b/src/xwayland/xwayland.h
@@ -53,7 +53,6 @@
struct weston_xserver *server;
xcb_window_t wm_window;
struct weston_wm_window *focus_window;
- struct weston_wm_window *focus_latest;
struct theme *theme;
xcb_cursor_t *cursors;
int last_cursor;
@@ -61,6 +60,7 @@
xcb_visualid_t visual_id;
xcb_colormap_t colormap;
struct wl_listener activate_listener;
+ struct wl_listener transform_listener;
struct wl_listener kill_listener;
xcb_window_t selection_window;