diff options
| author | Manolo Gouy <Manolo> | 2017-12-29 07:45:27 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-12-29 07:45:27 +0000 |
| commit | 2d7a670e2864379c57784f1d2e1f48b2a7090220 (patch) | |
| tree | 6f4eed55f0b88c6b611198b38ad17e19e3df8409 /FL/Fl_Window.H | |
| parent | b2ce33fcfd6fe573022cf9a12ff7da90be2edc37 (diff) | |
Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12615 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 8242d877e..9d9492606 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -53,6 +53,9 @@ class Fl_Double_Window; window. Fl_Window has a default callback that calls Fl_Window::hide(). */ class FL_EXPORT Fl_Window : public Fl_Group { + friend int Fl::arg(int argc, char **argv, int &i); + friend class Fl_X; + friend class Fl_Window_Driver; private: static char *default_xclass_; static char show_iconic_; // 1 means create next window in iconic form @@ -66,11 +69,6 @@ private: int fullscreen_screen_left; int fullscreen_screen_right; - friend int Fl::arg(int argc, char **argv, int &i); - friend class Fl_X; - friend class Fl_Window_Driver; - friend class Fl_PicoAndroid_Window_Driver; - friend class Fl_PicoSDL_Window_Driver; Fl_X *i; // points at the system-specific stuff, but exists only after the window is mapped Fl_Window_Driver *pWindowDriver; // points at the system-specific stuff at window creation time |
