projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b52c85
)
make usable screensize config const
author
Markus Teich
<markus.teich@stusta.mhn.de>
Wed, 11 Nov 2015 17:41:51 +0000
(18:41 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Wed, 11 Nov 2015 17:41:51 +0000
(18:41 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 27f0c669cd10180467e70611ef16e20a5bb01a51..11221eed3a32a47c16750d3244206af126ae6284 100644
(file)
--- 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 */