Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 27ccc318067..451c9c231c2 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -54,17 +54,16 @@ struct RetopoViewData;
#endif
#include "DNA_listBase.h"
+#include "DNA_image_types.h"
/* The near/far thing is a Win EXCEPTION. Thus, leave near/far in the
* code, and patch for windows. */
typedef struct BGpic {
struct Image *ima;
- struct ImBuf *ibuf;
- struct Tex *tex;
+ struct ImageUser iuser;
float xof, yof, size, zoom, blend;
short xim, yim;
- unsigned int *rect;
} BGpic;
typedef struct View3D {