display swallows criteria in placeholder windows

This commit is contained in:
Michael Stapelberg
2013-12-15 11:25:58 +01:00
parent 3a4ad9b330
commit 076636a835
6 changed files with 46 additions and 11 deletions

View File

@ -55,7 +55,7 @@ CFGFUN(criteria_add, const char *ctype, const char *cvalue) {
}
if (strcmp(ctype, "window_role") == 0) {
current_match->role = regex_new(cvalue);
current_match->window_role = regex_new(cvalue);
return;
}