summaryrefslogtreecommitdiff
path: root/x11-wm/awesome2/files/patch-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/awesome2/files/patch-config.c')
-rw-r--r--x11-wm/awesome2/files/patch-config.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/awesome2/files/patch-config.c b/x11-wm/awesome2/files/patch-config.c
new file mode 100644
index 000000000000..4e9fece82e4e
--- /dev/null
+++ b/x11-wm/awesome2/files/patch-config.c
@@ -0,0 +1,11 @@
+--- config.c
++++ config.c
+@@ -400,7 +400,7 @@ parse_config(Display * disp, int scr, DC * drawcontext, const char *confpatharg,
+ awesomeconf->mwfact = f ? f : 0.6;
+
+ /* resize_hints */
+- awesomeconf->resize_hints = config_lookup_float(&awesomelibconf, "awesome.resize_hints");
++ awesomeconf->resize_hints = config_lookup_bool(&awesomelibconf, "awesome.resize_hints");
+
+ /* colors */
+ tmp = config_lookup_string(&awesomelibconf, "awesome.normal_border_color");