mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-10-27 05:23:10 -04:00
68b78a7f57
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.
8 lines
109 B
C
8 lines
109 B
C
#ifndef _CURSORS_H
|
|
#define _CURSORS_H
|
|
|
|
#define CURS_NONE 0
|
|
#define CURS_WIN 1
|
|
#define CURS_DEFAULT 2
|
|
|
|
#endif
|