diff options
Diffstat (limited to 'src/xwayland/xwayland.h')
-rw-r--r-- | src/xwayland/xwayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index 23c6a77..75a9c1a 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h @@ -57,12 +57,12 @@ struct weston_wm { 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; xcb_render_pictforminfo_t format_rgb, format_rgba; struct wl_listener activate_listener; + struct wl_listener position_listener; xcb_window_t selection_window; xcb_window_t selection_owner; |