summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-28 14:49:35 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-28 14:49:35 -0400
commit835b532d6f51d08998d7ab49fcb41db8266487ce (patch)
tree9b8237a54a0ae2fecfa1bbd59293e2816d871f1f /Xext
parent040212ee60af9d043c4c3f98bba5120c3b8e33f7 (diff)
Build fix.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/shm.c2
1 files changed, 1 insertions, 1 deletions
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,