From e1d86a327945111b99148650dc536c9ad8598cc1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Oct 2012 20:24:55 +0200 Subject: 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). --- keysym2ucs.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 keysym2ucs.h (limited to 'keysym2ucs.h') diff --git a/keysym2ucs.h b/keysym2ucs.h deleted file mode 100644 index 87d26ed..0000000 --- a/keysym2ucs.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _KEYSYM2UCS_H -#define _KEYSYM2UCS_H - -#include - -long keysym2ucs(xcb_keysym_t keysym); - -#endif -- cgit v1.1