mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Fix for 'windows showing up in tile-mode and not before already floated'
FS#22 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
838cfad304
commit
08e13d598e
1 changed files with 1 additions and 0 deletions
1
client.c
1
client.c
|
@ -314,6 +314,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
|||
Rule *rule;
|
||||
int phys_screen = get_phys_screen(screen);
|
||||
|
||||
XLowerWindow(globalconf.display, w);
|
||||
area = get_screen_area(screen, NULL, NULL);
|
||||
|
||||
c = p_new(Client, 1);
|
||||
|
|
Loading…
Reference in a new issue