pub extern "C-unwind" fn NSDisableScreenUpdates()
👎Deprecated: As of 10.11 it is not generally necessary to take explicit action to achieve visual atomicity. +[NSAnimationContext runAnimationGroup:] and other similar methods can be used when a stronger than normal need for visual atomicity is required. The NSAnimationContext methods do not suffer from the same performance problems as NSDisableScreenUpdates.
Available on crate feature
NSGraphics
only.