mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
Another minor MacOS-X compatibility change ... can no longer assume NSDictionary.h is included by our other headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25637 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff99e19fe9
commit
0ae3a96dc6
4 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2007-11-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/art/ReadRect.m:
|
||||||
|
* Source/art/ARTContext.m:
|
||||||
|
* Source/art/shfill.m:
|
||||||
|
Explicitly include NSDictionary.h header for better MacOS-X
|
||||||
|
compatibility.
|
||||||
|
|
||||||
2007-11-29 Richard Frith-Macdonald <rfm@gnu.org>
|
2007-11-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/x11/XGServerWindow.m: ([imagecursor::::::]) don't flip the
|
* Source/x11/XGServerWindow.m: ([imagecursor::::::]) don't flip the
|
||||||
|
|
|
@ -22,7 +22,9 @@
|
||||||
Boston, MA 02110-1301, USA.
|
Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
||||||
#include "ARTGState.h"
|
#include "ARTGState.h"
|
||||||
#include "blit.h"
|
#include "blit.h"
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <AppKit/NSAffineTransform.h>
|
#include <AppKit/NSAffineTransform.h>
|
||||||
#include <AppKit/NSGraphics.h>
|
#include <AppKit/NSGraphics.h>
|
||||||
|
|
|
@ -37,6 +37,7 @@ this code is rather experimental
|
||||||
|
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
#include <Foundation/NSDebug.h>
|
#include <Foundation/NSDebug.h>
|
||||||
|
#include <Foundation/NSDictionary.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <AppKit/NSAffineTransform.h>
|
#include <AppKit/NSAffineTransform.h>
|
||||||
#include <AppKit/NSGraphics.h>
|
#include <AppKit/NSGraphics.h>
|
||||||
|
|
Loading…
Reference in a new issue