bugfix: don't put new clients on top without computing statusbar position

This commit is contained in:
Julien Danjou 2007-10-03 16:18:45 +02:00
parent 2db2dfdc7c
commit 067861a942
1 changed files with 1 additions and 1 deletions

View File

@ -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);