[AppKit] Add missing NSScreen method. (#6636)

* [AppKit] Add missing NSScreen method.

* Update xtro.
This commit is contained in:
Rolf Bjarne Kvinge 2019-07-24 00:51:21 -07:00 коммит произвёл GitHub
Родитель 2c2b84beb4
Коммит 0cab45b799
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -13125,6 +13125,11 @@ namespace AppKit {
[Mac (10,12)]
[Export ("canRepresentDisplayGamut:")]
bool CanRepresentDisplayGamut (NSDisplayGamut displayGamut);
// Inlined from unnamed category.
[Mac (10,11)]
[Export ("maximumExtendedDynamicRangeColorComponentValue")]
nfloat MaximumExtendedDynamicRangeColorComponentValue { get; }
}
[BaseType (typeof (NSControl))]

Просмотреть файл

@ -257,7 +257,6 @@
!missing-selector! NSPickerTouchBarItem::target not bound
!missing-selector! NSResponder::changeModeWithEvent: not bound
!missing-selector! NSScreen::localizedName not bound
!missing-selector! NSScreenNSScreen::maximumExtendedDynamicRangeColorComponentValue not bound
!missing-selector! NSScreenNSScreen::maximumPotentialExtendedDynamicRangeColorComponentValue not bound
!missing-selector! NSScreenNSScreen::maximumReferenceExtendedDynamicRangeColorComponentValue not bound
!missing-selector! NSSliderTouchBarItem::doubleValue not bound