Commit afead23d authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix copy/paste error

parent 46c93c9c
......@@ -305,12 +305,12 @@
}
/* Make sure we don't see the o_view disappearing of the screen during this operation */
NSEnableScreenUpdates();
NSDisableScreenUpdates();
[[self contentView] replaceSubview:o_view with:o_temp_view];
[o_temp_view setFrame:[o_view frame]];
[o_fullscreen_window setContentView:o_view];
[o_fullscreen_window makeKeyAndOrderFront:self];
NSDisableScreenUpdates();
NSEnableScreenUpdates();
}
/* We are in fullscreen (and no animation is running) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment