From fde966afd29019c358162e07edec6b7e7abd08b4 Mon Sep 17 00:00:00 2001 From: WS64 Date: Thu, 14 Aug 2014 22:17:53 +0200 Subject: [PATCH] Readded a comment that was lost by an earlier PR --- frontend/ui/device/screen.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/ui/device/screen.lua b/frontend/ui/device/screen.lua index e3a0c36d5..414d2420b 100644 --- a/frontend/ui/device/screen.lua +++ b/frontend/ui/device/screen.lua @@ -92,6 +92,8 @@ function Screen:init() self.cur_rotation_mode = self.native_rotation_mode end + -- For the Kobo Aura an offset is needed, because the bezel make the + -- visible screen smaller. function Screen:PhoenixBezelCleaner() -- bb.paintRect(x, y, w, h, color) self.bb:paintRect(0,0, Screen:getWidth(), Screen:offsetY() , 0 )