UI: Increase bitfield size for button flags
We were running out of bits :) Only one was left (which D14880 proposes to use).
This commit is contained in:
@@ -147,7 +147,8 @@ struct uiBut {
|
|||||||
|
|
||||||
/** Pointer back to the layout item holding this button. */
|
/** Pointer back to the layout item holding this button. */
|
||||||
uiLayout *layout;
|
uiLayout *layout;
|
||||||
int flag, drawflag;
|
uint64_t flag;
|
||||||
|
int drawflag;
|
||||||
eButType type;
|
eButType type;
|
||||||
eButPointerType pointype;
|
eButPointerType pointype;
|
||||||
short bit, bitnr, retval, strwidth, alignnr;
|
short bit, bitnr, retval, strwidth, alignnr;
|
||||||
|
|||||||
Reference in New Issue
Block a user