Skip to content
Snippets Groups Projects
Commit 0035654a authored by deuce's avatar deuce
Browse files

Fix XPutImage pointer prototype.

Also not an issue.
parent c4fd47f2
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment