From 374d9933550a1a1b65a4ff3819a2e37e44e2a898 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 6 Nov 2014 08:44:43 +0100 Subject: [PATCH] One more thing to look into/fix... --- frontend/ui/uimanager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index dfb35ce83..0206b64de 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -419,6 +419,7 @@ function UIManager:run() waveform_mode = self.fast_waveform_mode end -- And the PW2 REAGL trickery (they're always full refreshes, but there's no black flash) + -- FIXME: Possibly a bad idea if self.update_regions_func is set and we actually really want a partial update? if refresh_type == UPDATE_MODE_PARTIAL and (waveform_mode == WAVEFORM_MODE_REAGL or waveform_mode == WAVEFORM_MODE_KOBO_REGAL) then refresh_type = UPDATE_MODE_FULL end