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/freestyle/intern/application/AppCanvas.h')
-rwxr-xr-xsource/blender/freestyle/intern/application/AppCanvas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/application/AppCanvas.h b/source/blender/freestyle/intern/application/AppCanvas.h
index 42b3c7fdb50..59ed2af3bdd 100755
--- a/source/blender/freestyle/intern/application/AppCanvas.h
+++ b/source/blender/freestyle/intern/application/AppCanvas.h
@@ -41,6 +41,7 @@ public:
virtual int width() const ;
virtual int height() const ;
virtual BBox<Vec2i> border() const ;
+ virtual float thickness() const ;
AppView *_pViewer;
inline const AppView * viewer() const {return _pViewer;}