NSEnableScreenUpdates

Function NSEnableScreenUpdates 

Source
pub extern "C-unwind" fn NSEnableScreenUpdates()
👎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 NSEnableScreenUpdates.
Available on crate feature NSGraphics only.