UI: Improved Area Icon Using a SpaceType Callback #124556
@ -211,7 +211,7 @@ int ED_area_header_switchbutton(const bContext *C, uiBlock *block, int yco);
|
||||
void ED_area_init(wmWindowManager *wm, wmWindow *win, ScrArea *area);
|
||||
void ED_area_exit(bContext *C, ScrArea *area);
|
||||
blender::StringRefNull ED_area_name(ScrArea *area);
|
||||
int ED_area_icon(ScrArea *area);
|
||||
int ED_area_icon(const ScrArea *area);
|
||||
Harley marked this conversation as resolved
Outdated
|
||||
int ED_screen_area_active(const bContext *C);
|
||||
void ED_screen_global_areas_refresh(wmWindow *win);
|
||||
void ED_screen_global_areas_sync(wmWindow *win);
|
||||
|
Loading…
Reference in New Issue
Block a user
Just realized these should have const arguments
Will change the argument of the "name" one to const after this merge.