From 067861a9428aa9bb2bf83934a1ff850bde1507a7 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 3 Oct 2007 16:18:45 +0200 Subject: [PATCH] bugfix: don't put new clients on top without computing statusbar position --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 9d3c1ea6..1a70f6ce 100644 --- a/client.c +++ b/client.c @@ -372,7 +372,7 @@ manage(Display *disp, DC *drawcontext, Window w, XWindowAttributes *wa, awesome_ Window trans; Status rettrans; XWindowChanges wc; - ScreenInfo *si = get_display_info(disp, awesomeconf->screen, NULL); + ScreenInfo *si = get_display_info(disp, awesomeconf->screen, &awesomeconf->statusbar); ScreenInfo *screen_info; c = p_new(Client, 1);