Codebase list i3lock-color / e335562c-bc9a-4b1b-8625-fb1799093d3b/main cursors.h
e335562c-bc9a-4b1b-8625-fb1799093d3b/main

Tree @e335562c-bc9a-4b1b-8625-fb1799093d3b/main (Download .tar.gz)

cursors.h @e335562c-bc9a-4b1b-8625-fb1799093d3b/mainraw · 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