Ad instruction on reserved bitfield

This commit is contained in:
Arun Prakash Jana 2020-09-02 01:36:56 +05:30
parent 0b0605813d
commit 1696455a6f
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -315,7 +315,7 @@ typedef struct {
uint oldcolor : 1; /* Use older colorscheme */
uint stayonsel : 1; /* Disable auto-proceed on select */
uint dirctx : 1; /* Show dirs in context color */
uint reserved : 12;
uint reserved : 12; /* Adjust when adding/removing a field */
} runstate;
/* Contexts or workspaces */