_single_exposure is now a member variable for each GtkCanvas.
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 12 Feb 2015 17:22:55 +0000 (11:22 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 12 Feb 2015 17:35:35 +0000 (11:35 -0600)
commitb8ec035b245421a0758bf7d74c674d86cd2eff9c
tree242cd319e2589196e4b483795020887854c9187b
parent16346296d3098799863c38b3ea3ce1d87610042e
_single_exposure is now a member variable for each GtkCanvas.
Gtk coalesces multiple exposes into a single combined rect.
If _single_exposure is disabled, we break apart the individual expose rects for the canvas rendering.
libs/canvas/canvas.cc
libs/canvas/canvas/canvas.h