Codebase list i3lock-color / 75039b6e-8c14-49a1-b64a-680ac8a8c80a/upstream cursors.h
75039b6e-8c14-49a1-b64a-680ac8a8c80a/upstream

Tree @75039b6e-8c14-49a1-b64a-680ac8a8c80a/upstream (Download .tar.gz)

cursors.h @75039b6e-8c14-49a1-b64a-680ac8a8c80a/upstreamraw · 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