summaryrefslogtreecommitdiff
path: root/misc/magicpoint/files/patch-mgp.h
blob: b5e5e0ccc554be1d56a92b6a7768ce2d8db29a47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- mgp.h.orig	2008-01-18 17:43:20 UTC
+++ mgp.h
@@ -91,7 +91,7 @@
 #endif /* end of VFLIB */
 
 #ifdef FREETYPE
-#include "freetype.h"
+#include "freetype/freetype.h"
 
 #ifndef FREETYPEFONTDIR
 #define FREETYPEFONTDIR	"/usr/local/share/fonts/ttf"
@@ -853,3 +853,7 @@ extern void M17N_process_direc __P((char
 extern void M17N_draw_string __P((struct render_state *, struct ctrl *cp));
 extern void M17N_draw_object __P((struct render_object *, Drawable, int, int));
 #endif
+
+extern void mngload(char *mngfile, int x, int y, int width, int height);
+extern void mngpreload(struct render_state *state, char *mngfile, int *width, int *height);
+