Fix a header problem bug.

Install the correct header files for applications to use.

Submitted by:	David Hanney <dh@digitalbrain.com>
This commit is contained in:
Josef Karthauser 2002-03-07 20:34:40 +00:00
parent 65e198582c
commit 41dbe8a305
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55693
2 changed files with 13 additions and 2 deletions

View File

@ -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 \

View File

@ -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)