blob: fbf47e7c4e91982dba0c403f0120d717c924c8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-src_libgame_x11.h,v 1.1 2012/08/10 18:04:53 joerg Exp $
--- src/libgame/x11.h.orig 2012-08-10 12:06:45.000000000 +0000
+++ src/libgame/x11.h
@@ -286,8 +286,8 @@ struct XY
/* X11 function definitions */
-inline void X11InitVideoDisplay(void);
-inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **);
+void X11InitVideoDisplay(void);
+void X11InitVideoBuffer(DrawBuffer **, DrawWindow **);
Bitmap *X11LoadImage(char *);
#endif /* X11_H */
|