diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-09 11:51:28 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-09 11:51:28 -0500 |
commit | 7c67bea942d44b93cf03c3223067d2668905a3c0 (patch) | |
tree | b38e866cd7ec921eec8833915852cf3700101c7b /include/sway/input/cursor.h | |
parent | d76e745b738281fb98834fd5dee78f2a21727d80 (diff) |
sway xcursor manager
Diffstat (limited to 'include/sway/input/cursor.h')
-rw-r--r-- | include/sway/input/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index 91421964..aa873f46 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -5,6 +5,7 @@ struct sway_cursor { struct wlr_cursor *cursor; + struct wlr_xcursor_manager *xcursor_manager; struct wl_listener motion; struct wl_listener motion_absolute; |