mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-22 01:11:46 +00:00
NSWindow: add stub for -backingScaleFactor
Add stub for -[NSWindow backingScaleFactor] for compatibility purposes.
This commit is contained in:
parent
07d0f2002f
commit
4f4db46c87
2 changed files with 13 additions and 0 deletions
|
@ -5658,6 +5658,11 @@ current key view.<br />
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (CGFloat) backingScaleFactor
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSWindow (Toolbar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue