fixed
This commit is contained in:
parent
57e6e3bb80
commit
4ad20ffc2c
2 changed files with 5 additions and 9 deletions
2
event.c
2
event.c
|
@ -144,11 +144,11 @@ buttonpress(XEvent *e)
|
|||
static void
|
||||
configurerequest(XEvent *e)
|
||||
{
|
||||
unsigned long newmask;
|
||||
Client *c;
|
||||
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
||||
XEvent synev;
|
||||
XWindowChanges wc;
|
||||
unsigned long newmask;
|
||||
|
||||
if((c = getclient(ev->window))) {
|
||||
gravitate(c, True);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue