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:
Martin Duquesnoy
2009-08-20 17:50:59 +02:00
parent 6db79e381d
commit c97cc8a7db
7 changed files with 110 additions and 86 deletions

View File

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