From 86849aac8ff3810ec104b8041cef026a5ba60c84 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 9 Apr 2019 12:43:03 +0200 Subject: Improve Fl_Cocoa_Window_Driver::make_current() --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index c742a6078..b953a6264 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3372,7 +3372,7 @@ void Fl_Cocoa_Window_Driver::make_current() if (make_current_counts) make_current_counts++; #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_8 if (views_use_CA && !through_Fl_X_flush) { // detect direct calls from the app - FLViewLayer *view = (FLViewLayer*)[fl_window contentView]; + FLViewLayer *view = (FLViewLayer*)[fl_xid(pWindow) contentView]; if (!view->layer_data) [view prepare_bitmap_for_layer]; // necessary for progressive drawing [view setNeedsDisplay:YES]; } -- cgit v1.2.3