diff --git a/ChangeLog b/ChangeLog index bfdb6e24e..4c180d304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-17 Richard Frith-Macdonald + + * Headers/gnustep/gui/NSGraphics.h: Removed the inclusion of PSOps + that was messing up Functions.m in the Tools area. + Thu Mar 16 13:15:00 2000 Richard Frith-Macdonald * Source/NSText.m: Fixes by Fred Kiefer for rich text display. diff --git a/Headers/gnustep/gui/NSGraphics.h b/Headers/gnustep/gui/NSGraphics.h index 1146b2244..4a1267041 100644 --- a/Headers/gnustep/gui/NSGraphics.h +++ b/Headers/gnustep/gui/NSGraphics.h @@ -27,7 +27,6 @@ #include #include -#include @class NSString; @class NSColor; @@ -142,6 +141,9 @@ void NSCountWindows(int *count); void NSWindowList(int size, int list[]); #ifndef NO_GNUSTEP +@class NSArray; +@class NSWindow; + NSArray* GSAllWindows(); NSWindow* GSWindowWithNumber(int num); #endif