]> git.sur5r.net Git - i3/i3lock/blob - cursors.h
add i3lock.pam (installed as /etc/pam.d/i3lock) which includes 'login' (Thanks Семён)
[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