Removed static from shade_buttons_change_3d declaration and included

it in BIF_interface.h for general use in other files
This commit is contained in:
Alexander Ewering 2005-11-19 13:43:28 +00:00
parent 5c1951cd7b
commit 8b50c50345
2 changed files with 3 additions and 1 deletions

@ -300,5 +300,7 @@ extern int uiAlignPanelStep(struct ScrArea *sa, float fac);
extern void uiPanelControl(int);
extern void uiSetPanelHandler(int);
void shade_buttons_change_3d(void);
#endif /* BIF_INTERFACE_H */

@ -152,7 +152,7 @@ static char *mapto_blendtype_pup(void)
return (string);
}
static void shade_buttons_change_3d(void)
void shade_buttons_change_3d(void)
{
Object *ob= OBACT;
ScrArea *sa;