mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
revert 1.138 (WM_TAKE_FOCUS) for now
This commit is contained in:
parent
a2013ee9dd
commit
9ff288baef
2
client.c
2
client.c
@ -208,8 +208,6 @@ client_setactive(struct client_ctx *cc, int fg)
|
|||||||
XInstallColormap(X_Dpy, cc->colormap);
|
XInstallColormap(X_Dpy, cc->colormap);
|
||||||
XSetInputFocus(X_Dpy, cc->win,
|
XSetInputFocus(X_Dpy, cc->win,
|
||||||
RevertToPointerRoot, CurrentTime);
|
RevertToPointerRoot, CurrentTime);
|
||||||
if (cc->xproto & _WM_TAKE_FOCUS)
|
|
||||||
client_msg(cc, cwmh[WM_TAKE_FOCUS]);
|
|
||||||
conf_grab_mouse(cc->win);
|
conf_grab_mouse(cc->win);
|
||||||
/*
|
/*
|
||||||
* If we're in the middle of alt-tabbing, don't change
|
* If we're in the middle of alt-tabbing, don't change
|
||||||
|
Loading…
Reference in New Issue
Block a user