mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:40:38 +00:00
* 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:
parent
a9081b84b2
commit
d075ae5aa6
3 changed files with 26 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue