From 98f991dda9112c1e39ea15fe2d1bc89e7dca603b Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Fri, 31 Jan 2003 22:24:32 +0000 Subject: [PATCH] Empty implementation for this. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15829 72102866-910b-0410-8b05-ffd578937521 --- Source/GSDisplayServer.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/GSDisplayServer.m b/Source/GSDisplayServer.m index 8543945f2..e5ebb871d 100644 --- a/Source/GSDisplayServer.m +++ b/Source/GSDisplayServer.m @@ -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. */