summaryrefslogtreecommitdiff
path: root/framebuf.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 03:31:40 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 03:31:40 +0100
commitaf4b469f76e75ac4c56cc46d0a9ab343b4d75c3b (patch)
tree2d0a6fb652828237cb8839f6f2a553a805b5e729 /framebuf.lua
parentd262b443e0675cba334ec146adbeb2806c7c48b9 (diff)
launch john
Diffstat (limited to 'framebuf.lua')
-rw-r--r--framebuf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuf.lua b/framebuf.lua
index a19b7ee..3e841b3 100644
--- a/framebuf.lua
+++ b/framebuf.lua
@@ -171,7 +171,7 @@ function M.resolution(mon)
return w * 2, h * 3
end
-function M:present(offsx, offsy)
+function M:present(mon, offsx, offsy)
print("PrESENT")
offsx, offsy = offsx or 0, offsy or 0
local w, h = mon.getSize()