From 66bd7af3e59e509000b8a55a9429e7a8e133fd81 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Mar 2023 23:30:32 +0100 Subject: Sync with upstream 2.14.1 and update the documentation --- include/cursors.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/cursors.h (limited to 'include/cursors.h') diff --git a/include/cursors.h b/include/cursors.h new file mode 100644 index 0000000..bfce895 --- /dev/null +++ b/include/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