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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-02-05 00:26:46 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-02-06 14:21:41 +0300
commit6081f6c3870718660e984da3fbfcd44c55abcc20 (patch)
treeafe56aefccd7d13a72277c816861bbd6478d931c /source/blender/editors/include
parente602fe60c042c7ff0a1ebbe2deab3b347f4ccc86 (diff)
Fix T47204: selection failing directly after disabling multisample in user prefs.
Now store the multisample setting each window was created with.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index d44c401e2a3..d8a3f5e75f5 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -74,6 +74,7 @@ typedef struct ViewContext {
struct Object *obedit;
struct ARegion *ar;
struct View3D *v3d;
+ struct wmWindow *win;
struct RegionView3D *rv3d;
struct BMEditMesh *em;
int mval[2];