FSMatrix.m: In function `-[FSMatrix drawRect:]':
FSMatrix.m:307: error: `NSFocusRingOnly' undeclared (first use in this function)
FSMatrix.m:307: error: (Each undeclared identifier is reported only once
FSMatrix.m:307: error: for each function it appears in.)
I found Apple's Appkit/NSGraphic.h
typedef enum {
NSFocusRingOnly = 0,
NSFocusRingBelow = 1,
NSFocusRingAbove = 2NSFocusRingOnly
} NSFocusRingPlacement;
But gnustep's Appkit/NSGraphics,h is not contain
why gnustep is not contain 'NSFocusRingOnly'?
It is A Good Mail
_______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
