mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
pertag + vanitygaps: store signed ints rather than unsigned in case negative gap values are used
This commit is contained in:
parent
5fefbfee64
commit
eca757eeea
@ -21,7 +21,7 @@ struct Pertag {
|
||||
#endif // ZOOMSWAP_PATCH
|
||||
#if PERTAG_VANITYGAPS_PATCH && VANITYGAPS_PATCH
|
||||
int enablegaps[NUMTAGS + 1];
|
||||
unsigned int gaps[NUMTAGS + 1];
|
||||
int gaps[NUMTAGS + 1];
|
||||
#endif // PERTAG_VANITYGAPS_PATCH | VANITYGAPS_PATCH
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user