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

생활인터넷 드림위즈 http://www.dreamwiz.com/

[PC보안] 바이러스-악성코드 무료진단!! GO~   [디스크] 128M 공짜 디스크 가지러 가자!
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to