]> git.sur5r.net Git - i3/i3lock/blob - cursors.h
Displaying locking message when grabbing the pointer/keyboard. (#88)
[i3/i3lock] / cursors.h
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