bug fix: reset current_col to 0 (Xinerama problem)
This commit is contained in:
parent
3e3f213b72
commit
2c3dc9a4dc
|
@ -149,6 +149,8 @@ _tile(Display *disp, awesome_config *awesomeconf, const Bool right)
|
||||||
real_ncols = otherwin;
|
real_ncols = otherwin;
|
||||||
else
|
else
|
||||||
real_ncols = awesomeconf->ncols;
|
real_ncols = awesomeconf->ncols;
|
||||||
|
|
||||||
|
current_col = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
c->ismax = False;
|
c->ismax = False;
|
||||||
|
|
Loading…
Reference in New Issue