Codebase list i3lock-color / d74b83d2-b395-437e-b4c5-9f4f2fdf4aee/upstream cursors.h
d74b83d2-b395-437e-b4c5-9f4f2fdf4aee/upstream

Tree @d74b83d2-b395-437e-b4c5-9f4f2fdf4aee/upstream (Download .tar.gz)

cursors.h @d74b83d2-b395-437e-b4c5-9f4f2fdf4aee/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