Fix client covering new bar at reload
This commit is contained in:
parent
7777dba930
commit
00c6cfebd2
@ -557,7 +557,7 @@ uicb_layout_hmirror(Uicb cmd)
|
||||
layout_save_set(W->screen->seltag);
|
||||
}
|
||||
|
||||
#define LAYOUT_INTEGRATE_DIR(D)\
|
||||
#define LAYOUT_INTEGRATE_DIR(D) \
|
||||
void uicb_layout_integrate_##D(Uicb cmd) \
|
||||
{ \
|
||||
(void)cmd; \
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include "config.h"
|
||||
#include "client.h"
|
||||
#include "fifo.h"
|
||||
#include "layout.h"
|
||||
|
||||
int
|
||||
wmfs_error_handler(Display *d, XErrorEvent *event)
|
||||
@ -344,6 +345,9 @@ wmfs_scan(void)
|
||||
if((fc = client_gb_win(focus)) && fc != W->client)
|
||||
client_focus(fc);
|
||||
|
||||
SLIST_FOREACH(c, &W->h.client, next)
|
||||
layout_fix_hole(c);
|
||||
|
||||
W->flags &= ~WMFS_SCAN;
|
||||
|
||||
if(tret)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user