Fixed prototype for drawinfospace (from the new space.c)

Kent
This commit is contained in:
Kent Mein 2003-05-01 15:25:38 +00:00
parent 2fbf2970db
commit 43cc33ac59

@ -55,7 +55,7 @@ extern void allqueue(unsigned short event, short val);
extern void allspace(unsigned short event, short val);
extern void copy_view3d_lock(short val);
extern void drawemptyspace(struct ScrArea *sa, void *spacedata);
extern void drawinfospace(struct ScrArea *sa, void *spacedata);
extern void drawinfospace(void);
extern void duplicatespacelist(struct ScrArea *area, struct ListBase *lb1, struct ListBase *lb2);
extern void extern_set_butspace(int fkey);
extern void force_draw(void);