summary refs log tree commit diff
path: root/parse.y
diff options
context:
space:
mode:
authorkspillner <kspillner>2015-05-17 04:34:01 +0000
committerkspillner <kspillner>2015-05-17 04:34:01 +0000
commitd328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd (patch)
tree7c38b5b27fa5826e8dbed9235e28ebeb12316ee4 /parse.y
parent557cd382dcd973fd96605c3359e3d6dfa45a4fd9 (diff)
downloadcwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.tar.gz
cwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.tar.xz
cwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.zip
Make window name and window class separate parameters to conf_autogroup.
No functional change, but will be used shortly.

ok okan@
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 827472c..dbbf852 100644
--- a/parse.y
+++ b/parse.y
@@ -154,7 +154,7 @@ main		: FONTNAME STRING		{
 				free($3);
 				YYERROR;
 			}
-			conf_autogroup(conf, $2, $3);
+			conf_autogroup(conf, $2, NULL, $3);
 			free($3);
 		}
 		| IGNORE STRING {