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:
FredKiefer 2003-01-31 22:24:32 +00:00
parent bc97690c56
commit 98f991dda9

View file

@ -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. */