From 41dbe8a305f4bcc0dcae4e0e9ddda6b7a23a793d Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Thu, 7 Mar 2002 20:34:40 +0000 Subject: [PATCH] Fix a header problem bug. Install the correct header files for applications to use. Submitted by: David Hanney --- graphics/ming/files/Makefile | 4 ++-- graphics/ming/files/patch-mingpp.h | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 graphics/ming/files/patch-mingpp.h diff --git a/graphics/ming/files/Makefile b/graphics/ming/files/Makefile index ad7640a226dc..0f1057fb25c3 100644 --- a/graphics/ming/files/Makefile +++ b/graphics/ming/files/Makefile @@ -57,8 +57,8 @@ INCS= blocklist.h \ displaylist.h \ fill.h \ libming.h \ - ming.h \ - mingpp.h \ + ../ming.h \ + ../mingpp.h \ movie.h \ movieclip.h \ position.h \ diff --git a/graphics/ming/files/patch-mingpp.h b/graphics/ming/files/patch-mingpp.h new file mode 100644 index 000000000000..8fd367014b28 --- /dev/null +++ b/graphics/ming/files/patch-mingpp.h @@ -0,0 +1,11 @@ +--- ../mingpp.h Thu Mar 7 18:28:27 2002 ++++ ../mingpp.h Thu Mar 7 18:28:41 2002 +@@ -627,7 +627,7 @@ + void setColor(unsigned char r, unsigned char g, unsigned char b, int a=0xff) + { SWFText_setColor(this->text, r, g, b, a); } + +- void addString(const char *string, float *advance=NULL) ++ void addString(const char *string, int *advance=NULL) + { SWFText_addString(this->text, string, advance); } + + void setSpacing(float spacing)