From 1e064f8a0a3e3c5d9b8b3cf3f2faf65f4ca55b66 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 13 Dec 2011 10:59:52 +0100 Subject: config: Read keymap from configuration file This needed a split of the switch that handled input before into several small callback functions. --- src/interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 1e884d8..da99612 100644 --- a/src/interface.h +++ b/src/interface.h @@ -23,6 +23,8 @@ #include #include +#define SELECTED_SINK -1 +#define H_MSG_BOX 3 struct context; -- cgit