summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-bc
blob: 6ddc0cb8f9c8263b6afe4431e4ae25e5f0b38556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-bc,v 1.1 2006/10/18 13:11:59 rillig Exp $

Type mismatch, caused by not using header files for function
declarations.

--- unix/x11.cpp.orig	2004-12-30 23:15:47.000000000 +0100
+++ unix/x11.cpp	2006-10-18 14:18:18.126928644 +0200
@@ -209,7 +209,7 @@ int ErrorHandler (Display *, XErrorEvent
 void TVMode (int width, int height);
 void S9xDisplayStateChange (const char *str, bool8 on);
 
-void Init_2xSaI (uint32);
+int Init_2xSaI (uint32);
 void Super2xSaI (uint8 *srcPtr, uint32 srcPitch,
 		 uint8 *deltaPtr, uint8 *dstPtr, uint32 dstPitch,
 		 int width, int height);