[hackers] [sent] make usable screensize config const || Markus Teich

From: <git_AT_suckless.org>
Date: Wed, 11 Nov 2015 19:15:33 +0100 (CET)

commit 67ec8b1547b9e58155f0966731820b25e71240e8
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Wed Nov 11 18:41:51 2015 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Wed Nov 11 18:41:51 2015 +0100

    make usable screensize config const

diff --git a/config.def.h b/config.def.h
index 27f0c66..11221ee 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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 */
Received on Wed Nov 11 2015 - 19:15:33 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 11 2015 - 19:24:12 CET