shims: Update to handle Lua-side screen managment.

This commit is contained in:
Emmanuel Lepage Vallee 2019-06-24 21:54:26 -04:00
parent fa7f1d689e
commit 53fc364ede
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ local function iter_scr(_, _, s)
end
end
function screen._areas()
function screen._viewports()
return {}
end