summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-11 18:41:51 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-11 18:41:51 +0100
commit67ec8b1547b9e58155f0966731820b25e71240e8 (patch)
treec1a4232551b7b04a3203bfd2057629baeca138b8
parent8b52c85dd1fb145b1012cd508ffd74465db7025a (diff)
downloadsent-67ec8b1547b9e58155f0966731820b25e71240e8.tar.gz
sent-67ec8b1547b9e58155f0966731820b25e71240e8.tar.bz2
sent-67ec8b1547b9e58155f0966731820b25e71240e8.zip
make usable screensize config const
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 27f0c66..11221ee 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,8 +12,8 @@ static const char *fgcol = "#000000";
static const char *bgcol = "#FFFFFF";
/* how much screen estate is to be used at max for the content */
-static float usablewidth = 0.75;
-static float usableheight = 0.75;
+static const float usablewidth = 0.75;
+static const float usableheight = 0.75;
static Mousekey mshortcuts[] = {
/* button function argument */
Software created with 💖