mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 16:12:13 +08:00
Missing declaration of "newch"...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1811 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_File_Icon2.cxx,v 1.1.2.6 2001/12/05 00:19:26 easysw Exp $"
|
// "$Id: Fl_File_Icon2.cxx,v 1.1.2.7 2001/12/05 00:21:40 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Fl_File_Icon system icon routines.
|
// Fl_File_Icon system icon routines.
|
||||||
//
|
//
|
||||||
@@ -404,6 +404,7 @@ Fl_File_Icon::load_image(const char *ifile) // I - File to read from
|
|||||||
} else {
|
} else {
|
||||||
int i, j; // Looping vars
|
int i, j; // Looping vars
|
||||||
int ch; // Current character
|
int ch; // Current character
|
||||||
|
int newch; // New character
|
||||||
int bg; // Background color
|
int bg; // Background color
|
||||||
char val[16]; // Color value
|
char val[16]; // Color value
|
||||||
const char *lineptr, // Pointer into line
|
const char *lineptr, // Pointer into line
|
||||||
@@ -925,5 +926,5 @@ get_kde_val(char *str,
|
|||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_File_Icon2.cxx,v 1.1.2.6 2001/12/05 00:19:26 easysw Exp $".
|
// End of "$Id: Fl_File_Icon2.cxx,v 1.1.2.7 2001/12/05 00:21:40 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user