One more thing to look into/fix...

This commit is contained in:
NiLuJe
2014-11-06 08:44:43 +01:00
parent 13b02cbad9
commit 374d993355

View File

@@ -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