From 69a05d516bd0c7e369a0ba1fb78aac57a5ea26f2 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 12 Mar 2020 12:30:51 +0100 Subject: Initial commit for the last i3lock commit at this time f3b061233e28ad0cf920c9421adc2459b6920812 --- cursors.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cursors.h (limited to 'cursors.h') diff --git a/cursors.h b/cursors.h new file mode 100644 index 0000000..bfce895 --- /dev/null +++ b/cursors.h @@ -0,0 +1,8 @@ +#ifndef _CURSORS_H +#define _CURSORS_H + +#define CURS_NONE 0 +#define CURS_WIN 1 +#define CURS_DEFAULT 2 + +#endif -- cgit v1.3