Wmfs: Remove all Boolean value in the Client struct: all works with flags and fix multi-head _NET_WM_STATE_FULLSCREEN little placement buf.
This commit is contained in:
@@ -213,7 +213,7 @@ scan(void)
|
||||
if(screen != -1 && screen <= screen_count() - 1)
|
||||
c->screen = screen;
|
||||
if(free != -1)
|
||||
c->free = free;
|
||||
c->flags |= (free) ? FreeFlag : 0;
|
||||
|
||||
client_update_attributes(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user