mirror of
https://github.com/0intro/wmii
synced 2025-03-14 02:33:15 +03:00
fixing confreq issue (maybe this fixes other issues as well)
This commit is contained in:
parent
a17657c62a
commit
2376e1c829
@ -121,7 +121,7 @@ handle_configurerequest(XEvent *e)
|
||||
|
||||
gravitate(c, False);
|
||||
|
||||
if(c->nframe && c->sel) {
|
||||
if(c->nframe) {
|
||||
Frame *f = c->frame[c->sel];
|
||||
f->rect.x = wc.x = c->rect.x - def.border;
|
||||
f->rect.y = wc.y = c->rect.y - bar_height();
|
||||
|
Loading…
x
Reference in New Issue
Block a user