Restore possibility to compile with SDK 10.7 or earlier.
This commit is contained in:
parent
8856b96701
commit
06fdfaf822
@ -3428,11 +3428,13 @@ void Fl_Cocoa_Window_Driver::make_current()
|
|||||||
{
|
{
|
||||||
if (make_current_counts > 1 && !views_use_CA) return;
|
if (make_current_counts > 1 && !views_use_CA) return;
|
||||||
if (make_current_counts) make_current_counts++;
|
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
|
if (views_use_CA && !through_Fl_X_flush) { // detect direct calls from the app
|
||||||
FLViewLayer *view = (FLViewLayer*)[fl_window contentView];
|
FLViewLayer *view = (FLViewLayer*)[fl_window contentView];
|
||||||
if (!view->layer_data) [view prepare_bitmap_for_layer]; // necessary for progressive drawing
|
if (!view->layer_data) [view prepare_bitmap_for_layer]; // necessary for progressive drawing
|
||||||
[view setNeedsDisplay:YES];
|
[view setNeedsDisplay:YES];
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
q_release_context();
|
q_release_context();
|
||||||
Fl_X *i = Fl_X::i(pWindow);
|
Fl_X *i = Fl_X::i(pWindow);
|
||||||
//NSLog(@"region-count=%d damage=%u",i->region?i->region->count:0, pWindow->damage());
|
//NSLog(@"region-count=%d damage=%u",i->region?i->region->count:0, pWindow->damage());
|
||||||
|
Loading…
Reference in New Issue
Block a user