mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:20:36 +00:00
Add dummy version of NSSetFocusRingStyle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4321f46a99
commit
606cb788ae
3 changed files with 24 additions and 1 deletions
|
@ -815,6 +815,12 @@ NSFrameLinkRect(NSRect aRect, BOOL isDestination)
|
|||
NSFrameRectWithWidth(aRect, NSLinkFrameThickness());
|
||||
}
|
||||
|
||||
void NSSetFocusRingStyle(NSFocusRingPlacement placement)
|
||||
{
|
||||
// FIXME: NIMP
|
||||
NSLog(@"*** NSSetFocusRingStyle not implemented ***");
|
||||
}
|
||||
|
||||
void
|
||||
NSConvertGlobalToWindowNumber(int globalNum, unsigned int *winNum)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue