diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-01-23 18:05:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 18:05:41 -0500 |
commit | c09c2dfbc4a33aed90bf4c033a2a75e8a0cecb64 (patch) | |
tree | cb6279425d64e395590753fec23aae948ef91b8b /include/rootston/cursor.h | |
parent | 03440bbd83b5d68404db8ebc2df310ec0f8c9b32 (diff) | |
parent | a4d601e3d6d6600bc4c26697d282616537ef9b02 (diff) |
Merge pull request #570 from acrisci/decorations
Decorations
Diffstat (limited to 'include/rootston/cursor.h')
-rw-r--r-- | include/rootston/cursor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h index 19ac4034..90d54c12 100644 --- a/include/rootston/cursor.h +++ b/include/rootston/cursor.h @@ -27,6 +27,8 @@ struct roots_cursor { float view_rotation; uint32_t resize_edges; + struct roots_seat_view *pointer_view; + struct wl_listener motion; struct wl_listener motion_absolute; struct wl_listener button; |