mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
2005-01-12 16:40 Alexander Malmberg <alexander@malmberg.org>
* Headers/AppKit/NSBezierPath.h (-windingCountAtPoint:): Mark as a GNUstep extension. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f008693502
commit
3dbb6d228c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-12 16:40 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/AppKit/NSBezierPath.h (-windingCountAtPoint:): Mark as
|
||||
a GNUstep extension.
|
||||
|
||||
2005-01-12 00:47 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSStandardWindowDecorationView.m (-initWithFrame:window:):
|
||||
|
|
|
@ -222,9 +222,11 @@ typedef enum {
|
|||
// Hit detection
|
||||
//
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
/** Returns the winding count, according to the PostScript definition,
|
||||
at the given point. */
|
||||
- (int) windingCountAtPoint: (NSPoint)point;
|
||||
#endif
|
||||
|
||||
/** Returns YES iff the path contains, according to the current
|
||||
<ref type="type" id="NSWindingRule">winding rule</ref>, the given point.
|
||||
|
|
Loading…
Reference in a new issue