Cleanup: Use bool instead of int

This commit is contained in:
Hans Goudey 2021-11-10 11:11:35 -06:00
parent 20224369d9
commit 35ae7ab933
1 changed files with 2 additions and 2 deletions

View File

@ -397,8 +397,8 @@ typedef struct uiHandleButtonData {
float vec[3], origvec[3];
ColorBand *coba;
/* Tool-tip. */
uint tooltip_force : 1;
/* True when alt is held and the preference for displaying tooltips should be ignored. */
bool tooltip_force;
/* auto open */
bool used_mouse;