Layout/Tag: Add request_update in Tag struct. WMFS Doesn't update layout each time you switch the tag, but only when it's requested.

This commit is contained in:
martin
2009-06-20 03:11:49 +02:00
parent 787ecfee69
commit e82d75b5ca
7 changed files with 43 additions and 7 deletions

View File

@@ -214,6 +214,7 @@ typedef struct
float mwfact;
int nmaster;
Bool resizehint;
Bool request_update;
int barpos;
Layout layout;
} Tag;