forget a RULE_NOSCREEN occurence
This commit is contained in:
parent
adcadddc46
commit
b76f216f69
2
tag.c
2
tag.c
|
@ -30,7 +30,7 @@
|
||||||
int
|
int
|
||||||
applyrules(Client *c, awesome_config *awesomeconf)
|
applyrules(Client *c, awesome_config *awesomeconf)
|
||||||
{
|
{
|
||||||
int i, j, screen = -1, len = 0;
|
int i, j, screen = RULE_NOSCREEN, len = 0;
|
||||||
regmatch_t tmp;
|
regmatch_t tmp;
|
||||||
Bool matched = False;
|
Bool matched = False;
|
||||||
XClassHint ch = { 0, 0 };
|
XClassHint ch = { 0, 0 };
|
||||||
|
|
Loading…
Reference in New Issue