i3lock/cursors.h

9 lines
116 B
C
Raw Normal View History

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