Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Feb 9, 2016
1 parent a792210 commit 8f71622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nw.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ end)
function win:repaint() --called when window needs repainting
local bmp = win:bitmap() --get the window's bitmap
local cr = bitmap:cairo() --get a cairo drawing context
local cr = bmp:cairo() --get a cairo drawing context
cr:rgb(0, 1, 0) --make it green
cr:paint()
end
Expand Down

0 comments on commit 8f71622

Please sign in to comment.