Codebase list i3lock-color / e4cbe54f-a173-4216-92c0-dc8bf53b476d/main cursors.h
e4cbe54f-a173-4216-92c0-dc8bf53b476d/main

Tree @e4cbe54f-a173-4216-92c0-dc8bf53b476d/main (Download .tar.gz)

cursors.h @e4cbe54f-a173-4216-92c0-dc8bf53b476d/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