macOS: No custom HUD drawing on macOS 10.10+
commit9e9f4934fced0251009b1c73363a619c4d493873
authorMarvin Scholz <epirat07@gmail.com>
Sat, 24 Jun 2017 09:17:05 +0000 (24 11:17 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Sat, 24 Jun 2017 09:17:05 +0000 (24 11:17 +0200)
treefd7e7a274d7e964f3e8ef17b29abc79c7b95bbc0
parent1601852d7ff89942f96bbfd11d020a794feda310
macOS: No custom HUD drawing on macOS 10.10+

Do not do custom HUD controls drawing on macOS 10.10 and higher, as
those have vibrancy, where nearly all controls look good on the HUD
panels.

The only exception is the OutlineView, as that one does not look good.
modules/gui/macosx/VLCHUDButtonCell.m
modules/gui/macosx/VLCHUDPopUpButtonCell.m
modules/gui/macosx/VLCHUDScroller.m
modules/gui/macosx/VLCHUDSliderCell.m
modules/gui/macosx/VLCHUDStepperCell.m
modules/gui/macosx/VLCHUDTextFieldCell.m