Added void implementation of NSDottedFrameRect

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9477 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-03-22 22:12:51 +00:00
parent 7ae7e9a42d
commit 97087bb6e2

View file

@ -57,6 +57,8 @@ void NSDrawPopupNibble(NSPoint aPoint)
{}
void NSDrawDownArrow(NSPoint aPoint)
{}
void NSDottedFrameRect(NSRect aRect)
{}
/* Dummy wraps */
unsigned int GSWDefineAsUserObj(NSGraphicsContext *ctxt) {return 0;}