commit | 236b48d41494f16a32877efc937254684be6ca27 | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tiago.vignatti@intel.com> | Mon Jul 16 12:09:19 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 16 13:35:27 2012 -0400 |
tree | 51573acf13d605174b7bfba591fe5983bb4d5bf1 | |
parent | 90fada43387e885e6112bdd8e1446ba9d6600eb3 [diff] [blame] |
xwm: set appropriate cursors for the frame window Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index fb68671..7e1ea45 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h
@@ -58,6 +58,8 @@ xcb_window_t wm_window; struct weston_wm_window *focus_window; struct theme *theme; + xcb_cursor_t *cursors; + int last_cursor; xcb_render_pictforminfo_t format_rgb, format_rgba; struct wl_listener activate_listener;