diff options
-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() |