mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
* Headers/AppKit/AppKit.h: Add NSColorSpace.h. This fixes bug #34913.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1f0f176bb
commit
a84a2ca96f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-11-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/AppKit.h: Add NSColorSpace.h. This fixes bug #34913.
|
||||
|
||||
2011-11-25 20:27 theraven
|
||||
|
||||
* libs/gui/trunk/Headers/AppKit/NSApplication.h: NSAutoreleasePool*
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
#import <AppKit/NSAffineTransform.h>
|
||||
#import <AppKit/NSArrayController.h>
|
||||
#import <AppKit/NSBezierPath.h>
|
||||
#import <AppKit/NSColorSpace.h>
|
||||
#import <AppKit/NSComboBox.h>
|
||||
#import <AppKit/NSComboBoxCell.h>
|
||||
#import <AppKit/NSController.h>
|
||||
|
|
Loading…
Reference in a new issue