Codebase list i3lock-color / ad5542a0-9844-4f79-977e-637e6a319227/upstream cursors.h
ad5542a0-9844-4f79-977e-637e6a319227/upstream

Tree @ad5542a0-9844-4f79-977e-637e6a319227/upstream (Download .tar.gz)

cursors.h @ad5542a0-9844-4f79-977e-637e6a319227/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