diff options
Diffstat (limited to 'cursors.h')
| -rw-r--r-- | cursors.h | 8 |
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 | ||
