Codebase list i3lock-color / 6f20ab2f-0308-453e-a2ff-10bc59f37390/main cursors.h
6f20ab2f-0308-453e-a2ff-10bc59f37390/main

Tree @6f20ab2f-0308-453e-a2ff-10bc59f37390/main (Download .tar.gz)

cursors.h @6f20ab2f-0308-453e-a2ff-10bc59f37390/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