From 9c7c3a79e24acfa5d5614a4eb0b6696e2da11fc8 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Mon, 30 Jan 2012 03:11:51 +0100 Subject: [PATCH] Minor fixes --- src/client.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/client.c b/src/client.c index ee5919f..00eb2f9 100644 --- a/src/client.c +++ b/src/client.c @@ -9,7 +9,6 @@ #include "config.h" #include "event.h" #include "barwin.h" -#include "barwin.h" #include "draw.h" #include "screen.h" #include "mouse.h" @@ -105,8 +104,8 @@ client_configure(struct client *c) .override_redirect = 0 }; - XSendEvent(W->dpy, c->win, False, StructureNotifyMask, (XEvent *)&ev); - XSync(W->dpy, False); + XSendEvent(W->dpy, c->win, false, StructureNotifyMask, (XEvent *)&ev); + XSync(W->dpy, false); } struct client*