From 70710bd23aabbb05bf94d7e00bc462a6bc2e3bd9 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 30 Jan 2003 04:36:34 +0000 Subject: [PATCH] Declare lockFocusInRect: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15777 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSView.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/gnustep/gui/NSView.h b/Headers/gnustep/gui/NSView.h index d439084c6..a4e202c0b 100644 --- a/Headers/gnustep/gui/NSView.h +++ b/Headers/gnustep/gui/NSView.h @@ -223,6 +223,7 @@ enum { - (void) unlockFocus; #ifndef STRICT_OPENSTEP - (BOOL) lockFocusIfCanDraw; +- (void) lockFocusInRect: (NSRect)rect; #endif /*