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