Kaydet (Commit) c4e494bc authored tarafından Louis-Francis Ratté-Boulianne's avatar Louis-Francis Ratté-Boulianne Kaydeden (comit) Markus Mohrhard

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

Change-Id: I74e8807e6a4f50b99fdc761bbdbef6e43405a3ed
üst 1aef60fb
...@@ -659,7 +659,7 @@ void DemoWin::InitRenderers() ...@@ -659,7 +659,7 @@ void DemoWin::InitRenderers()
maRenderers.push_back(new DrawPolyPolygons()); maRenderers.push_back(new DrawPolyPolygons());
maRenderers.push_back(new DrawToVirtualDevice()); maRenderers.push_back(new DrawToVirtualDevice());
maRenderers.push_back(new DrawIcons()); maRenderers.push_back(new DrawIcons());
maRenderers.push_back(new DrawBitmap()); maRenderers.push_back(new FetchDrawBitmap());
} }
class DemoApp : public Application class DemoApp : public Application
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment