* NSApplication.m add updateServicesMenu invocation accidently deleted

during merge.  Move method from _eventMatchingMask to tail of run
		method for performance reasons.
	* Tools/dummy.m add various new dummy functions.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-11-26 16:22:17 +00:00
parent a9081b84b2
commit d075ae5aa6
3 changed files with 26 additions and 4 deletions

View file

@ -54,6 +54,19 @@ NSBeep(void)
{
}
void NSFrameRect(NSRect aRect)
{
}
void NSDrawButton(NSRect aRect, NSRect clipRect)
{
}
void NSDrawGrayBezel(NSRect aRect, NSRect clipRect)
{
}
void NSDrawGroove(NSRect aRect, NSRect clipRect)
{
}
@interface GMModel : NSObject
@end