diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:31:40 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:31:40 +0100 |
commit | af4b469f76e75ac4c56cc46d0a9ab343b4d75c3b (patch) | |
tree | 2d0a6fb652828237cb8839f6f2a553a805b5e729 | |
parent | d262b443e0675cba334ec146adbeb2806c7c48b9 (diff) |
launch john
-rw-r--r-- | framebuf.lua | 2 |
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() |