Codebase list i3lock-color / c3a4ab97-29f6-440d-96b6-f6e7f8cbfbd5/main cursors.h
c3a4ab97-29f6-440d-96b6-f6e7f8cbfbd5/main

Tree @c3a4ab97-29f6-440d-96b6-f6e7f8cbfbd5/main (Download .tar.gz)

cursors.h @c3a4ab97-29f6-440d-96b6-f6e7f8cbfbd5/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