1
0
Fork 0
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:
Chris Guillott 2017-05-30 18:34:02 -04:00
parent 14af07f5dc
commit 12e3a846b8

View file

@ -1,6 +1,8 @@
#ifndef _UNLOCK_INDICATOR_H #ifndef _UNLOCK_INDICATOR_H
#define _UNLOCK_INDICATOR_H #define _UNLOCK_INDICATOR_H
#include <ev.h>
typedef enum { typedef enum {
STATE_STARTED = 0, /* default state */ STATE_STARTED = 0, /* default state */
STATE_KEY_PRESSED = 1, /* key was pressed, show unlock indicator */ STATE_KEY_PRESSED = 1, /* key was pressed, show unlock indicator */