summaryrefslogtreecommitdiff
path: root/cursors.h
diff options
context:
space:
mode:
authorSimeon Simeonov2020-03-12 12:30:51 +0100
committerSimeon Simeonov2020-03-12 12:30:51 +0100
commit69a05d516bd0c7e369a0ba1fb78aac57a5ea26f2 (patch)
tree87e37110ea0e328533a41c3b16b64036ff132641 /cursors.h
Initial commit for the last i3lock commit at this time f3b061233e28ad0cf920c9421adc2459b6920812
Diffstat (limited to 'cursors.h')
-rw-r--r--cursors.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cursors.h b/cursors.h
new file mode 100644
index 0000000..bfce895
--- /dev/null
+++ b/cursors.h
@@ -0,0 +1,8 @@
1#ifndef _CURSORS_H
2#define _CURSORS_H
3
4#define CURS_NONE 0
5#define CURS_WIN 1
6#define CURS_DEFAULT 2
7
8#endif