mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
mod: prefix global variables width and height with G_
This commit is contained in:
@@ -3,7 +3,7 @@ require "rendertext"
|
||||
require "graphics"
|
||||
|
||||
fb = einkfb.open("/dev/fb0")
|
||||
width, height = fb:getSize()
|
||||
G_width, G_height = fb:getSize()
|
||||
|
||||
print("open")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user