Codebase list i3lock-color / 2b5cadf0-c7c0-47b6-b828-c0b2db88dee1/upstream cursors.h
2b5cadf0-c7c0-47b6-b828-c0b2db88dee1/upstream

Tree @2b5cadf0-c7c0-47b6-b828-c0b2db88dee1/upstream (Download .tar.gz)

cursors.h @2b5cadf0-c7c0-47b6-b828-c0b2db88dee1/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