mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-03 04:23:38 -05:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef _CURSORS_H
|
|
#define _CURSORS_H
|
|
|
|
#define CURS_NONE 0
|
|
#define CURS_WIN 1
|
|
#define CURS_DEFAULT 2
|
|
|
|
#endif
|