tAdding the config directives for the previous patch. - svkbd - Simple X11 onscreen keyboard.
(HTM) git clone git://r-36.net/svkbd
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit fdbfeb77ed8dc6cba84850f18ac5a306791aa67d
(DIR) parent c1e26829155248eb68e09ca6f8e7d5ff2585d1ad
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 24 Mar 2011 18:18:24 +0100
Adding the config directives for the previous patch.
Diffstat:
config.def.h | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
t@@ -6,6 +6,11 @@ static const char hovfgcolor[] = "#000000";
static const char pressbgcolor[] = "#0000cc";
static const char pressfgcolor[] = "#ffffff";
+static int wh = 200;
+static int ww = 0;
+static int wx = 0;
+static int wy = -200;
+
static Key keys[] = {
{ "1!", XK_1, 1 },
{ "2@", XK_2, 1 },