mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
Fix issue #7.
This commit is contained in:
parent
7b84669efb
commit
4c91c14f75
@ -775,6 +775,8 @@ client_prop(Client *c, Atom a) {
|
||||
sethints(&c->w);
|
||||
if(c->w.hints)
|
||||
c->fixedsize = eqpt(c->w.hints->min, c->w.hints->max);
|
||||
if(c->sel && c->sel->view == screen->sel)
|
||||
view_focus(screen, screen->sel);
|
||||
break;
|
||||
case XA_WM_HINTS:
|
||||
wmh = XGetWMHints(display, c->w.w);
|
||||
|
Loading…
Reference in New Issue
Block a user