diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_arg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx index afdd2dc41..08254c3e9 100644 --- a/src/Fl_arg.cxx +++ b/src/Fl_arg.cxx @@ -277,7 +277,7 @@ void Fl_Window::show(int argc, char **argv) { // note: background_pixel is no longer used since 1.4.0, but anyway ... // set colors first, so background_pixel is correct: - static char beenhere; + static char beenhere = 0; if (!beenhere) { if (geometry) { int fl = 0, gx = x(), gy = y(); unsigned int gw = w(), gh = h(); |
