Make window name and window class separate parameters to conf_autogroup.

No functional change, but will be used shortly.

ok okan@
This commit is contained in:
kspillner
2015-05-17 04:34:01 +00:00
parent 557cd382dc
commit d328f63c7d
3 changed files with 17 additions and 7 deletions

View File

@@ -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 {