aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/xcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston/xcursor.h')
-rw-r--r--include/rootston/xcursor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/rootston/xcursor.h b/include/rootston/xcursor.h
deleted file mode 100644
index f78489a4..00000000
--- a/include/rootston/xcursor.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef ROOTSTON_XCURSOR_H
-#define ROOTSTON_XCURSOR_H
-
-#include <stdint.h>
-
-#define ROOTS_XCURSOR_SIZE 24
-
-#define ROOTS_XCURSOR_DEFAULT "left_ptr"
-#define ROOTS_XCURSOR_MOVE "grabbing"
-#define ROOTS_XCURSOR_ROTATE "grabbing"
-
-#endif