From 0035654ac6241e6cf59378e3b5cd36cc83a65a75 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 7 Mar 2020 07:23:25 +0000
Subject: [PATCH] Fix XPutImage pointer prototype.

Also not an issue.
---
 src/conio/x_events.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/x_events.h b/src/conio/x_events.h
index 2aae497a14..520fc6298a 100644
--- a/src/conio/x_events.h
+++ b/src/conio/x_events.h
@@ -63,7 +63,7 @@ struct x11 {
 #ifndef XPutPixel
 	void	(*XPutPixel)	(XImage*,int,int,unsigned long);
 #endif
-	void	(*XPutImage)	(Display*, Drawable, GC, XImage *, int,int,int,int,unsigned int,unsigned int);
+	int	(*XPutImage)	(Display*, Drawable, GC, XImage *, int,int,int,int,unsigned int,unsigned int);
 #ifndef XDestroyImage
 	void	(*XDestroyImage)(XImage*);
 #endif
-- 
GitLab