ports/misc/magicpoint/patches/patch-mng_c

11 lines
335 B
Text

--- mng.c.orig Fri Apr 28 11:52:25 2017
+++ mng.c Fri Apr 28 11:53:19 2017
@@ -43,6 +43,8 @@ typedef struct {
mng_uint32 delay; /* ticks to wait before resuming decode */
} mngstuff;
+void mng_window_setup(mngstuff *, int, int, int, int);
+
/* callbacks for the mng decoder */
/* memory allocation; data must be zeroed */