mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
No real reason for using Bool here, we use ints everywhere else
This commit is contained in:
parent
14b7edd911
commit
904cc5962f
@ -11,7 +11,7 @@ struct Pertag {
|
|||||||
float mfacts[LENGTH(tags) + 1]; /* mfacts per tag */
|
float mfacts[LENGTH(tags) + 1]; /* mfacts per tag */
|
||||||
unsigned int sellts[LENGTH(tags) + 1]; /* selected layouts */
|
unsigned int sellts[LENGTH(tags) + 1]; /* selected layouts */
|
||||||
#if PERTAGBAR_PATCH
|
#if PERTAGBAR_PATCH
|
||||||
Bool showbars[LENGTH(tags) + 1]; /* display bar for the current tag */
|
int showbars[LENGTH(tags) + 1]; /* display bar for the current tag */
|
||||||
#endif // PERTAGBAR_PATCH
|
#endif // PERTAGBAR_PATCH
|
||||||
#if SWAPFOCUS_PATCH
|
#if SWAPFOCUS_PATCH
|
||||||
Client *prevclient[LENGTH(tags) + 1];
|
Client *prevclient[LENGTH(tags) + 1];
|
||||||
|
Loading…
Reference in New Issue
Block a user