mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
fix compile warning
This commit is contained in:
parent
14af07f5dc
commit
12e3a846b8
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _UNLOCK_INDICATOR_H
|
||||
#define _UNLOCK_INDICATOR_H
|
||||
|
||||
#include <ev.h>
|
||||
|
||||
typedef enum {
|
||||
STATE_STARTED = 0, /* default state */
|
||||
STATE_KEY_PRESSED = 1, /* key was pressed, show unlock indicator */
|
||||
|
|
Loading…
Add table
Reference in a new issue