Readded a comment that was lost by an earlier PR

This commit is contained in:
WS64
2014-08-14 22:17:53 +02:00
parent 20d335befd
commit fde966afd2

View File

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