diff options
Diffstat (limited to 'src/Fl_mac.cxx')
| -rw-r--r-- | src/Fl_mac.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index a73c493ea..5a7db50ac 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -2066,15 +2066,15 @@ void Fl_Window::make_current() DiffRgn( fl_window_region, r, fl_window_region ); DisposeRgn( r ); } - - fl_clip_region( 0 ); - SetPortClipRegion( GetWindowPort(i->xid), fl_window_region ); + #ifdef __APPLE_QUARTZ__ QDBeginCGContext(GetWindowPort(i->xid), &i->gc); fl_gc = i->gc; CGContextSaveGState(fl_gc); Fl_X::q_fill_context(); #endif + fl_clip_region( 0 ); + SetPortClipRegion( GetWindowPort(i->xid), fl_window_region ); return; } |
