mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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:
parent
65e198582c
commit
41dbe8a305
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55693
@ -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 \
|
||||
|
11
graphics/ming/files/patch-mingpp.h
Normal file
11
graphics/ming/files/patch-mingpp.h
Normal 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)
|
Loading…
Reference in New Issue
Block a user