diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-08 06:11:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 06:11:27 -0500 |
commit | 703df2a6711322fac90581f2005750b5a72dd148 (patch) | |
tree | 96bf5e33d9c5d95842ba7813f5e37c28693d52ae /include/rootston | |
parent | f469784bbc73bf6346430a2caa7dc366ad2d0308 (diff) | |
parent | 4c60072be584a7ed5b97de325994217a9e96bbd4 (diff) |
Merge pull request #470 from acrisci/feature/xcursor-edges
wlr-edges
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/cursor.h | 7 | ||||
-rw-r--r-- | include/rootston/xcursor.h | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h index e2a371bf..2d9a9215 100644 --- a/include/rootston/cursor.h +++ b/include/rootston/cursor.h @@ -10,13 +10,6 @@ enum roots_cursor_mode { ROOTS_CURSOR_ROTATE = 3, }; -enum roots_cursor_resize_edge { - ROOTS_CURSOR_RESIZE_EDGE_TOP = 1, - ROOTS_CURSOR_RESIZE_EDGE_BOTTOM = 2, - ROOTS_CURSOR_RESIZE_EDGE_LEFT = 4, - ROOTS_CURSOR_RESIZE_EDGE_RIGHT = 8, -}; - struct roots_input_event { uint32_t serial; struct wlr_cursor *cursor; diff --git a/include/rootston/xcursor.h b/include/rootston/xcursor.h index bc00f79c..285db78d 100644 --- a/include/rootston/xcursor.h +++ b/include/rootston/xcursor.h @@ -9,6 +9,4 @@ #define ROOTS_XCURSOR_MOVE "grabbing" #define ROOTS_XCURSOR_ROTATE "grabbing" -const char *roots_xcursor_get_resize_name(uint32_t edges); - #endif |