From 3ce10b697a0392c2d7fd47429c746b15146a09e5 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 11 Nov 2014 01:27:44 +0100 Subject: [PATCH] Moar comments! --- frontend/ui/uimanager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index aad5ca061..a5103dd71 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -172,7 +172,8 @@ function UIManager:init() self.wait_for_every_marker = true else self.partial_refresh_waveform_mode = WAVEFORM_MODE_GL16_FAST - -- NOTE: Or we could go back to what KOReader did before fa55acc in koreader-base, which was also to use AUTO ;). I have *no* idea how the driver makes its choice though... + -- NOTE: Or we could go back to what KOReader did before fa55acc in koreader-base, which was also to use AUTO ;). + -- That said, we *should* be making more or less the same decisions as AUTO on our own, if I followed things correctly... --self.partial_refresh_waveform_mode = WAVEFORM_MODE_AUTO -- Only wait for update markers on FULL updates self.wait_for_every_marker = false