aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/x11-wm/awesome2/files/patch-config.c b/x11-wm/awesome2/files/patch-config.c
deleted file mode 100644
index 4e9fece82e4e..000000000000
--- a/x11-wm/awesome2/files/patch-config.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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");