summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-17 16:55:37 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-17 16:55:37 +0100
commit44bb080c0ff81b16d48dccd8d15809f058cc68ea (patch)
treea6bb39936839aedd6be10fd435e84ac3a479fc6b /src/Fl_Window.cxx
parenta3fd63fd1d5fb0798210ff5f2d994b72ec0eb39a (diff)
Remove friend declaration from Fl_Window.H (see STR 3354)
Although this was not strictly necessary I decided to implement the proposed patch, but in a slightly different way. This adds a static public method for internal use only but it wouldn't do any harm if a user called it.
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 6611e0261..d8b82562b 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -35,7 +35,7 @@
char *Fl_Window::default_xclass_ = 0L;
-char Fl_Window::show_iconic_ = 0;
+char Fl_Window::show_next_window_iconic_ = 0;
Fl_Window *Fl_Window::current_;