make usable screensize config const
authorMarkus Teich <markus.teich@stusta.mhn.de>
Wed, 11 Nov 2015 17:41:51 +0000 (18:41 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Wed, 11 Nov 2015 17:41:51 +0000 (18:41 +0100)
config.def.h

index 27f0c669cd10180467e70611ef16e20a5bb01a51..11221eed3a32a47c16750d3244206af126ae6284 100644 (file)
@@ -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 */