]> git.mxchange.org Git - flightgear.git/commit
Canvas: Proper fix for OpenVG init handling.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 25 Sep 2012 21:06:27 +0000 (23:06 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 25 Sep 2012 21:24:29 +0000 (23:24 +0200)
commit6dd47822545bf27f69a18a2d0ccc8abf91daa8d5
treef7796b47e9b8bede2995422550f726d85b3e36f1
parentdac8706e2e7791c7cff23a9ca6dad2b686804928
Canvas: Proper fix for OpenVG init handling.

 - Redraw all canvases in the frame OpenVG is initialized.
   Otherwise if multiple canvases are created in the same frame
   only one of them would get correctly updated.
src/Canvas/canvas.cxx
src/Canvas/canvas_fwd.hpp
src/Canvas/elements/path.cxx