diff --git a/Headers/gnustep/gui/GSDisplayServer.h b/Headers/gnustep/gui/GSDisplayServer.h index 69c1efd2f..7c59ae88b 100644 --- a/Headers/gnustep/gui/GSDisplayServer.h +++ b/Headers/gnustep/gui/GSDisplayServer.h @@ -81,6 +81,7 @@ APPKIT_EXPORT NSString * GSScreenNumber; - (NSCountedSet*) dragTypesForWindow: (NSWindow *)win; - (id ) dragInfo; - (BOOL) slideImage: (NSImage*)image from: (NSPoint)from to: (NSPoint)to; +- (void) restrictWindow: (int)win toImage: (NSImage*)image; /* Screen information */ - (NSSize) resolutionForScreen: (int)screen;