1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

macosx: Add todo comment about deprecated method useOptimizedDrawing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
This commit is contained in:
Marvin Scholz 2015-10-09 17:29:37 +02:00 committed by Felix Paul Kühne
parent a2f5b3e1c1
commit 090e1f80dc

View File

@ -151,6 +151,9 @@ static const float f_min_window_height = 307.;
[self setDelegate:self];
[self setRestorable:NO];
// TODO: useOptimizedDrawing deprecated since 10.10, but no
// documentation provided what do use instead.
// see radar://23047516
[self useOptimizedDrawing:YES];
[self setExcludedFromWindowsMenu:YES];
[self setAcceptsMouseMovedEvents:YES];