mirror of https://github.com/fltk/fltk
Typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c8adc2fdde
commit
bc063e345f
2
FL/Fl.H
2
FL/Fl.H
|
@ -680,7 +680,7 @@ public:
|
|||
8-bit RGB color. The color is not allocated until fl_color(i) is used.
|
||||
*/
|
||||
static void set_color(Fl_Color, unsigned); // platform dependent
|
||||
static unsigned get_color(Fl_Color);
|
||||
static Fl_Color get_color(Fl_Color);
|
||||
static void get_color(Fl_Color, uchar&, uchar&, uchar&);
|
||||
/**
|
||||
Frees the specified color from the colormap, if applicable.
|
||||
|
|
|
@ -115,7 +115,8 @@ void glutStrokeString(void* fontID, const unsigned char *string) {
|
|||
* point back to the start of the line and down one line.
|
||||
*/
|
||||
|
||||
#if defined(__GNUC__)#warning FIXME This needs to be UTF aware now
|
||||
#if defined(__GNUC__)
|
||||
#warning FIXME This needs to be UTF aware now
|
||||
#endif /*__GNUC__*/
|
||||
|
||||
while ((c = *string++) != 0) {
|
||||
|
|
Loading…
Reference in New Issue