From f525fc1160ddbce3660fe986dca07d7bb188d02a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 15 Dec 2007 17:29:32 +0000 Subject: Add set_visible() for GL windows on Mac OS X (STR #1707) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5997 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index f16f3ef28..e9b10ca7e 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -84,6 +84,10 @@ void Fl_Gl_Window::show() { #endif } Fl_Window::show(); + +#ifdef __APPLE__ + set_visible(); +#endif /* __APPLE__ */ } void Fl_Gl_Window::invalidate() { -- cgit v1.2.3