aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/xcursor.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-08-09 08:34:59 +0900
committerDrew DeVault <sir@cmpwn.com>2019-08-09 08:34:59 +0900
commit58b2584863201f32d1a4770a1d5cde5e57b300c6 (patch)
tree5e24e6cbb4078eff9c0d1aaeadd24134edea2b90 /include/rootston/xcursor.h
parent913cac18359d7962e74892771bf6bd3ecf54a4a1 (diff)
Remove rootston
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