| Age | Commit message (Collapse) | Author |
|
|
|
|
|
windows…" (#1311)
|
|
windows…" (#1311)
|
|
The remaining instance is in Fl_Gl_Window_Driver.cxx
|
|
(#989)
|
|
|
|
|
|
|
|
|
|
Also, reorder members of class Fl_Wayland_Gl_Window_Driver
|
|
|
|
FL_OVERRIDE is defined as `override` for C++11 and higher
FL_OVERRIDE is defined as `override` for VisualC 2015 and newer
Don't interfere with Fl_Widget::override()
|
|
|
|
|
|
1) add Wayland code that prevent subwindows from leaking outside their parent.
This does not cover GL subwindows.
2) add macOS code that prevent GL subwindows from leaking outside their parent.
This fixes issue #494 for the macOS platform.
N.B.: Wayland GL subwindows are not prevented from leaking because no solution
that would not require any change in client applications was found. Code that
would cover Wayland GL subwindows but would require client applications to always
use the FL_ALPHA flag is included in this commit in commented out form.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|