diff --git a/client.c b/client.c index 9d3c1ea68..1a70f6ced 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);