mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 01:43:40 +00:00
fixed: wrong return type of isMiniaturized
This commit is contained in:
@@ -2390,7 +2390,7 @@ CPTexturedBackgroundWindowMask
|
||||
/*!
|
||||
Returns YES if the window is minimized.
|
||||
*/
|
||||
- (void)isMiniaturized
|
||||
- (BOOL)isMiniaturized
|
||||
{
|
||||
return _isMiniaturized;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user