Merge pull request #2785 from daboe01/fixed-wrong-return-type-of-isMiniaturized

fixed: wrong return type of isMiniaturized
This commit is contained in:
Alexandre Wilhelm
2019-02-06 16:56:49 -08:00
committed by GitHub
+1 -1
View File
@@ -2390,7 +2390,7 @@ CPTexturedBackgroundWindowMask
/*!
Returns YES if the window is minimized.
*/
- (void)isMiniaturized
- (BOOL)isMiniaturized
{
return _isMiniaturized;
}