Add option (tag_auto_prev) in wmfsrc to disable the auto tag prev

when going twice on the same tag.
This commit is contained in:
bacardi55@gmail.com
2011-01-05 19:51:48 +01:00
parent c8eb002768
commit 03c41f9b3b
4 changed files with 4 additions and 1 deletions

View File

@@ -480,6 +480,7 @@ typedef struct
Rule *rule;
int *ntag;
Bool tag_round;
Bool tag_auto_prev;
Bool client_round;
Bool layout_system; /* Switch: False, Menu: True. */
Bool layout_placement; /* Right (normal): False, Left: True. */