Cleanup: wrapped function indentation
This commit is contained in:
@@ -451,8 +451,9 @@ extern void ui_but_hsv_set(uiBut *but);
|
||||
extern void ui_but_v3_get(uiBut *but, float vec[3]);
|
||||
extern void ui_but_v3_set(uiBut *but, const float vec[3]);
|
||||
|
||||
extern void ui_hsvcircle_vals_from_pos(float *val_rad, float *val_dist, const rcti *rect,
|
||||
const float mx, const float my);
|
||||
extern void ui_hsvcircle_vals_from_pos(
|
||||
float *val_rad, float *val_dist, const rcti *rect,
|
||||
const float mx, const float my);
|
||||
extern void ui_hsvcircle_pos_from_vals(struct uiBut *but, const rcti *rect, float *hsv, float *xpos, float *ypos);
|
||||
extern void ui_hsvcube_pos_from_vals(struct uiBut *but, const rcti *rect, float *hsv, float *xp, float *yp);
|
||||
bool ui_but_is_colorpicker_display_space(struct uiBut *but);
|
||||
@@ -581,14 +582,17 @@ bool ui_searchbox_apply(uiBut *but, struct ARegion *ar);
|
||||
void ui_searchbox_free(struct bContext *C, struct ARegion *ar);
|
||||
void ui_but_search_refresh(uiBut *but);
|
||||
|
||||
uiBlock *ui_popup_block_refresh(struct bContext *C, uiPopupBlockHandle *handle,
|
||||
ARegion *butregion, uiBut *but);
|
||||
uiBlock *ui_popup_block_refresh(
|
||||
struct bContext *C, uiPopupBlockHandle *handle,
|
||||
ARegion *butregion, uiBut *but);
|
||||
|
||||
uiPopupBlockHandle *ui_popup_block_create(struct bContext *C, struct ARegion *butregion, uiBut *but,
|
||||
uiBlockCreateFunc create_func, uiBlockHandleCreateFunc handle_create_func,
|
||||
void *arg);
|
||||
uiPopupBlockHandle *ui_popup_menu_create(struct bContext *C, struct ARegion *butregion, uiBut *but,
|
||||
uiMenuCreateFunc create_func, void *arg);
|
||||
uiPopupBlockHandle *ui_popup_block_create(
|
||||
struct bContext *C, struct ARegion *butregion, uiBut *but,
|
||||
uiBlockCreateFunc create_func, uiBlockHandleCreateFunc handle_create_func,
|
||||
void *arg);
|
||||
uiPopupBlockHandle *ui_popup_menu_create(
|
||||
struct bContext *C, struct ARegion *butregion, uiBut *but,
|
||||
uiMenuCreateFunc create_func, void *arg);
|
||||
|
||||
void ui_popup_block_free(struct bContext *C, uiPopupBlockHandle *handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user