Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-01-19 18:03:43 +11:00
commit 5477452194
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include "screen_intern.h"
/**
* Draw horizontal shape visualizing future joining (left as well right direction of future joining).
*/

View File

@ -31,6 +31,7 @@
#ifndef __SCREEN_INTERN_H__
#define __SCREEN_INTERN_H__
struct bContext;
struct bContextDataResult;
struct Main;
@ -69,7 +70,8 @@ ScrEdge *screen_find_active_scredge(const bScreen *sc,
struct AZone *is_in_area_actionzone(ScrArea *sa, const int xy[2]);
/* screen_context.c */
int ed_screen_context(const struct bContext *C, const char *member, struct bContextDataResult *result);
int ed_screen_context(
const struct bContext *C, const char *member, struct bContextDataResult *result);
extern const char *screen_context_dir[]; /* doc access */