bug fix: reset current_col to 0 (Xinerama problem)

This commit is contained in:
Julien Danjou 2007-09-15 15:48:31 +02:00
parent 3e3f213b72
commit 2c3dc9a4dc

View file

@ -149,6 +149,8 @@ _tile(Display *disp, awesome_config *awesomeconf, const Bool right)
real_ncols = otherwin;
else
real_ncols = awesomeconf->ncols;
current_col = 0;
}
c->ismax = False;