Fix for tools

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-03-17 21:46:38 +00:00
parent c493a5a70b
commit 68cb8a6b97
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-03-17 Richard Frith-Macdonald <rfm@gnu.org>
* 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 <richard@brainstorm.co.uk>
* Source/NSText.m: Fixes by Fred Kiefer for rich text display.

View file

@ -27,7 +27,6 @@
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#include <AppKit/PSOperators.h>
@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