shithub: riscv

Download patch

ref: ba47daaab30b2d0be094049e26a36929aea1c7e9
parent: a852ff2cbe0956be99b09b508b090e51ecf5fa65
author: mischief <[email protected]>
date: Sun Dec 28 07:14:24 EST 2014

memlayer(2): fix memdraw signature

--- a/sys/man/2/memlayer
+++ b/sys/man/2/memlayer
@@ -78,10 +78,10 @@
 int	memlorigin(Memimage *i, Point log, Point phys)
 .PP
 .B
-void	memdraw(Image *dst, Rectangle r,
+void	memdraw(Memimage *dst, Rectangle r,
 .br
 .B
-		   Image *src, Point sp, Image *mask, Point mp, Drawop op)
+		   Memimage *src, Point sp, Memimage *mask, Point mp, Drawop op)
 .fi
 .B
 int	memload(Memimage *i, Rectangle r,