aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/cursor.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-07 11:19:43 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-08 06:03:57 -0500
commitd74ac69f7b932a8833527a41351e3310ad391d7c (patch)
tree76ae32f195053b38d5bad555376701a9ecb7070c /include/rootston/cursor.h
parentf469784bbc73bf6346430a2caa7dc366ad2d0308 (diff)
bring edges into wlr
Diffstat (limited to 'include/rootston/cursor.h')
-rw-r--r--include/rootston/cursor.h7
1 files changed, 0 insertions, 7 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;