[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

Louis-Francis Ratté-Boulianne lfrb at collabora.com
Wed Nov 12 12:06:24 PST 2014


 vcl/workben/vcldemo.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d887667ec64fe453c0b113b0b92159958430897
Author: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
Date:   Wed Nov 12 14:55:33 2014 -0500

    vcldemo: Draw mini-view of the whole window in the last rectangle
    
    Change-Id: I74e8807e6a4f50b99fdc761bbdbef6e43405a3ed

diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 340d53c..87f4784 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -626,7 +626,7 @@ void DemoWin::InitRenderers()
     maRenderers.push_back(new DrawPolyPolygons());
     maRenderers.push_back(new DrawToVirtualDevice());
     maRenderers.push_back(new DrawIcons());
-    maRenderers.push_back(new DrawBitmap());
+    maRenderers.push_back(new FetchDrawBitmap());
 }
 
 class DemoApp : public Application


More information about the Libreoffice-commits mailing list