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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-14 12:05:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-14 12:05:56 +0400
commit20846bee03ebae035120744f463c45fc741ca894 (patch)
tree03523c66595ad1ad35af7438117e811ed082e9a8 /source/blender/editors/include/UI_view2d.h
parent48661fd663ed06aa5ddbca2b4d3f1113aaa95aa0 (diff)
correct scrollbars not working properly with DPI in the console/info view.
Diffstat (limited to 'source/blender/editors/include/UI_view2d.h')
-rw-r--r--source/blender/editors/include/UI_view2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index 3b94291b43a..d050df5839a 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -132,6 +132,7 @@ struct View2DScrollers;
struct wmKeyConfig;
struct bScreen;
+struct Scene;
struct ScrArea;
struct ARegion;
struct bContext;