Codebase list i3lock-color / 9aebfd64-d812-4106-b3e8-cdb918471a73/upstream cursors.h
9aebfd64-d812-4106-b3e8-cdb918471a73/upstream

Tree @9aebfd64-d812-4106-b3e8-cdb918471a73/upstream (Download .tar.gz)

cursors.h @9aebfd64-d812-4106-b3e8-cdb918471a73/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