]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windowview.cpp
Use bezier splines in Animation
[libs/gl.git] / source / windowview.cpp
index 6a0eebda574034de2beb0025d84bec924d781ebb..0927407a316ed92823ad8e605daa85f15326e3b3 100644 (file)
@@ -7,6 +7,7 @@ namespace Msp {
 namespace GL {
 
 WindowView::WindowView(Graphics::Window &w, Graphics::GLContext &c):
+       View(Framebuffer::system()),
        window(w),
        context(c)
 {