1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-10-27 05:23:10 -04:00
i3lock-color/cursors.h
Michael Stapelberg 68b78a7f57 clang-format -i **/*.[ch]
From here on, we’ll use clang-format to automatically format the source.

This has worked well in i3, so we are introducing it for i3lock.
2015-03-16 18:47:16 +01:00

8 lines
109 B
C

#ifndef _CURSORS_H
#define _CURSORS_H
#define CURS_NONE 0
#define CURS_WIN 1
#define CURS_DEFAULT 2
#endif