Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169037 | Differences between
and this patch

Collapse All | Expand All

(-)ming-0.2a/mingpp.h (-1 / +1 lines)
Lines 627-633 class SWFText : public SWFCharacter Link Here
627
  void setColor(unsigned char r, unsigned char g, unsigned char b, int a=0xff)
627
  void setColor(unsigned char r, unsigned char g, unsigned char b, int a=0xff)
628
    { SWFText_setColor(this->text, r, g, b, a); }
628
    { SWFText_setColor(this->text, r, g, b, a); }
629
629
630
  void addString(const char *string, float *advance=NULL)
630
  void addString(const char *string, int *advance=NULL)
631
    { SWFText_addString(this->text, string, advance); }
631
    { SWFText_addString(this->text, string, advance); }
632
632
633
  void setSpacing(float spacing)
633
  void setSpacing(float spacing)

Return to bug 169037