ports/misc/magicpoint/patches/patch-mng_c

13 lines
304 B
Text
Raw Normal View History

2023-09-08 05:21:37 +00:00
Index: mng.c
--- mng.c.orig
+++ mng.c
@@ -45,6 +45,8 @@ typedef struct {
void mng_window_setup __P((mngstuff *mymng, int x, int y, int width, int height));
2023-08-16 22:26:55 +00:00
+void mng_window_setup(mngstuff *, int, int, int, int);
+
/* callbacks for the mng decoder */
/* memory allocation; data must be zeroed */