Cleanup: sync w/ blender2.8 branch

Split screen_draw.c from screen_edit.c (avoid conflicts syncing).
This commit is contained in:
2018-01-19 17:55:51 +11:00
parent ebf01d44ee
commit 53e062da94
5 changed files with 358 additions and 309 deletions

View File

@@ -47,6 +47,7 @@ struct bScreen;
struct ARegion;
struct uiBlock;
struct rcti;
struct Main;
/* regions */
void ED_region_do_listen(struct bScreen *sc, struct ScrArea *sa, struct ARegion *ar, struct wmNotifier *note);