Codebase list i3lock-color / upstream/2.13.c.4 cursors.h
upstream/2.13.c.4

Tree @upstream/2.13.c.4 (Download .tar.gz)

cursors.h @upstream/2.13.c.4raw · 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