summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 6251486..2fff66e 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -63,7 +63,7 @@ struct wps_state wps_state;
struct gui_wps gui_wps[NB_SCREENS];
static struct wps_data wps_datas[NB_SCREENS];
-static bool keys_locked = false;
+bool keys_locked = false;
/* change the path to the current played track */
static void wps_state_update_ctp(const char *path);