Tidy a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13111 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-14 08:32:38 +00:00
parent 324d513f75
commit d80cf80cd3
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2002-03-14 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/AppKit/NSGraphicsContext.h: Add NSWindowDepth typedef and
reposition STRICT_OPENSTEP. Really needs someone who actually wants
to use this option to submit patches though.
Mon Mar 11 15:05:02 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/libgnustep-gui.def

View file

@ -25,7 +25,6 @@
#define _GSMethodTable_h_INCLUDE
#include <Foundation/NSObject.h>
typedef int NSWindowDepth;
@class NSDate;
@class NSEvent;

View file

@ -26,8 +26,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#ifndef STRICT_OPENSTEP
#ifndef _NSGraphicsContext_h_INCLUDE
#define _NSGraphicsContext_h_INCLUDE
@ -84,6 +82,10 @@ typedef enum _NSCompositingOperation
} NSCompositingOperation;
typedef int NSWindowDepth;
#ifndef STRICT_OPENSTEP
// We have to load this after the NSCompositingOperation are defined!!!
#include <AppKit/GSMethodTable.h>