summaryrefslogtreecommitdiff
path: root/unlock_indicator.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-10-26 20:24:55 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-10-26 20:39:59 +0200
commite1d86a327945111b99148650dc536c9ad8598cc1 (patch)
treef120f2e29e47cfa7eb494f811c3282449cf3d720 /unlock_indicator.c
parent1d08065fe02304f078c9b34250148777f3d0a734 (diff)
use libxkbcommon for input handling
Thanks to Ran Benita and Daniel Stone (the libxkbcommon authors) for answering my questions and reviewing this code. With this commit, input handling should be more correct with using less code (in i3lock, that is).
Diffstat (limited to 'unlock_indicator.c')
-rw-r--r--unlock_indicator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unlock_indicator.c b/unlock_indicator.c
index a0decb4..62e28df 100644
--- a/unlock_indicator.c
+++ b/unlock_indicator.c
@@ -10,7 +10,6 @@
#include <stdlib.h>
#include <math.h>
#include <xcb/xcb.h>
-#include <xcb/xcb_keysyms.h>
#include <ev.h>
#ifndef NOLIBCAIRO