Codebase list i3lock-color / 948cd2ef-508d-451c-8562-53091d2c1268/main cursors.h
948cd2ef-508d-451c-8562-53091d2c1268/main

Tree @948cd2ef-508d-451c-8562-53091d2c1268/main (Download .tar.gz)

cursors.h @948cd2ef-508d-451c-8562-53091d2c1268/mainraw · history · blame

1
2
3
4
5
6
7
8
#ifndef _CURSORS_H
#define _CURSORS_H

#define CURS_NONE 0
#define CURS_WIN 1
#define CURS_DEFAULT 2

#endif