1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-13 13:57:11 +00:00

input redo + env pollution

This commit is contained in:
kepler155c@gmail.com
2017-10-20 04:23:17 -04:00
parent fb0f3e567a
commit 31b3787695
9 changed files with 84 additions and 67 deletions

View File

@@ -312,7 +312,6 @@ function Canvas:applyPalette(palette)
end
function Canvas.convertWindow(win, parent, wx, wy)
local w, h = win.getSize()
win.canvas = Canvas({
@@ -355,7 +354,7 @@ function Canvas.convertWindow(win, parent, wx, wy)
end
function win.scroll()
error('CWin:scroll: not implemented')
error('scroll: not implemented')
end
function win.reposition(x, y, width, height)