mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Empty implementation for this.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15829 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc97690c56
commit
98f991dda9
1 changed files with 5 additions and 0 deletions
|
@ -374,6 +374,11 @@ GSCurrentServer(void)
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) restrictWindow: (int)win toImage: (NSImage*)image
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/* Screen information */
|
||||
/** Retuns the resolution, in points, for the indicated screen of the
|
||||
display. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue