Add new event subtype for exposure of region of window.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-23 19:08:18 +00:00
parent a34cac104e
commit 183c8411a5
6 changed files with 49 additions and 1 deletions

View file

@ -124,6 +124,7 @@ struct NSWindow_struct
return self;
}
#if 0
- (void) removeSubview: (NSView*)aView
{
RETAIN(aView);
@ -137,6 +138,7 @@ struct NSWindow_struct
}
RELEASE(aView);
}
#endif
- (void) setBackgroundColor: (NSColor *)color
{