mod: prefix global variables width and height with G_

This commit is contained in:
Qingping Hou
2012-04-09 15:42:19 +08:00
parent f0042714d9
commit ecd56a3745
9 changed files with 42 additions and 34 deletions

View File

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