From 835b532d6f51d08998d7ab49fcb41db8266487ce Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 28 Aug 2008 14:49:35 -0400 Subject: [PATCH] Build fix. --- Xext/shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/shm.c b/Xext/shm.c index 9d383bcc0..312b9d109 100644 --- a/Xext/shm.c +++ b/Xext/shm.c @@ -491,7 +491,7 @@ ProcShmDetach(ClientPtr client) * If the given request doesn't exactly match PutImage's constraints, * wrap the image in a scratch pixmap header and let CopyArea sort it out. */ -static oid +static void doShmPutImage(DrawablePtr dst, GCPtr pGC, int depth, unsigned int format, int w, int h, int sx, int sy, int sw, int sh, int dx, int dy,