Codebase list i3lock-color / run/f4d0c41a-91e4-4e49-9cf6-f31e09c60784/main cursors.h
run/f4d0c41a-91e4-4e49-9cf6-f31e09c60784/main

Tree @run/f4d0c41a-91e4-4e49-9cf6-f31e09c60784/main (Download .tar.gz)

cursors.h @run/f4d0c41a-91e4-4e49-9cf6-f31e09c60784/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