diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /x11-wm/awesome2/files/patch-config.c | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'x11-wm/awesome2/files/patch-config.c')
-rw-r--r-- | x11-wm/awesome2/files/patch-config.c | 11 |
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"); |