Minor fixes
This commit is contained in:
parent
783799942d
commit
9c7c3a79e2
@ -9,7 +9,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#include "barwin.h"
|
#include "barwin.h"
|
||||||
#include "barwin.h"
|
|
||||||
#include "draw.h"
|
#include "draw.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "mouse.h"
|
#include "mouse.h"
|
||||||
@ -105,8 +104,8 @@ client_configure(struct client *c)
|
|||||||
.override_redirect = 0
|
.override_redirect = 0
|
||||||
};
|
};
|
||||||
|
|
||||||
XSendEvent(W->dpy, c->win, False, StructureNotifyMask, (XEvent *)&ev);
|
XSendEvent(W->dpy, c->win, false, StructureNotifyMask, (XEvent *)&ev);
|
||||||
XSync(W->dpy, False);
|
XSync(W->dpy, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct client*
|
struct client*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user