Browse Source

fix compile warning

master
Chris Guillott 8 years ago
parent
commit
12e3a846b8
  1. 2
      unlock_indicator.h

2
unlock_indicator.h

@ -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 */

Loading…
Cancel
Save