From af4b469f76e75ac4c56cc46d0a9ab343b4d75c3b Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 03:31:40 +0100 Subject: launch john --- framebuf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuf.lua') 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() -- cgit v1.2.3