diff options
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 84b3d119f..04d94aa5c 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -150,6 +150,7 @@ void Fl_Window::copy_label(const char *a) { void Fl_Window::iconlabel(const char *iname) { + // FIXME: 'flags' is 32 bit large! uchar saveflags = flags(); label(label(), iname); set_flag(saveflags); |
