raise window on move
This commit is contained in:
parent
d6e5e810ab
commit
0ab751c69b
3
mouse.c
3
mouse.c
|
@ -61,6 +61,9 @@ uicb_client_movemouse(int screen, char *arg __attribute__ ((unused)))
|
|||
client_setfloating(c, True);
|
||||
}
|
||||
|
||||
/* go above everybody */
|
||||
XMapRaised(globalconf.display, c->win);
|
||||
|
||||
area = get_screen_area(c->screen,
|
||||
globalconf.screens[screen].statusbar,
|
||||
&globalconf.screens[screen].padding);
|
||||
|
|
Loading…
Reference in New Issue