summaryrefslogtreecommitdiff
path: root/slideshow/Library_slideshow.mk
diff options
context:
space:
mode:
authorThorsten Behrens <thb@documentfoundation.org>2013-11-03 21:20:00 +0100
committerThorsten Behrens <thb@documentfoundation.org>2014-01-27 00:36:18 +0100
commit2017bbdf90a22627d5d85b151795df09c5c44d16 (patch)
treede81368d9841b3b212fab7f6daaff7f34d21dc22 /slideshow/Library_slideshow.mk
parent9fa9ea0423d97c39293b1788940bda93dbf99ec9 (diff)
Wrap up plain XCanvas with view-specific render state. feature/slideshowprimitives
Since XCanvas is stateless, we'd need to convey some state around, e.g. transformations and clips. Done via struct Canvas, that we pass on to functions, and sometimes keep as local state for stateful objects like Views. WIP for now. Change-Id: I96ce2f4f1ab97c139e09938555d53f4f1edd2c02
Diffstat (limited to 'slideshow/Library_slideshow.mk')
-rw-r--r--slideshow/Library_slideshow.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index 81b2348684b0..d3334c8353bf 100644
--- a/slideshow/Library_slideshow.mk
+++ b/slideshow/Library_slideshow.mk
@@ -76,6 +76,7 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\
slideshow/source/engine/animationnodes/propertyanimationnode \
slideshow/source/engine/animationnodes/sequentialtimecontainer \
slideshow/source/engine/attributemap \
+ slideshow/source/engine/canvas \
slideshow/source/engine/color \
slideshow/source/engine/delayevent \
slideshow/source/engine/effectrewinder \