i3lock-color/cursors.h

9 lines
116 B
C
Raw Normal View History

#ifndef _CURSORS_H
#define _CURSORS_H
2010-07-19 21:15:50 +00:00
#define CURS_NONE 0
#define CURS_WIN 1
#define CURS_DEFAULT 2
#endif