mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
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:
parent
324d513f75
commit
d80cf80cd3
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#define _GSMethodTable_h_INCLUDE
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
typedef int NSWindowDepth;
|
||||
|
||||
@class NSDate;
|
||||
@class NSEvent;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue