mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Add NSAnimationContext to umbrella header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4192e9dfe5
commit
7667180ed3
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-10-15 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/AppKit/AppKit.h
|
||||
Add NSAnimationContext to umbrella header
|
||||
|
||||
2015-10-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep.m: Correct bug in fast path for image
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Main include file for GNUstep GUI Library
|
||||
|
||||
Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2015 Free Software Foundation, Inc.
|
||||
|
||||
Author: Scott Christley <scottc@net-community.com>
|
||||
Date: 1996
|
||||
|
@ -45,6 +45,7 @@
|
|||
#import <AppKit/NSGraphics.h>
|
||||
|
||||
#import <AppKit/NSActionCell.h>
|
||||
#import <AppKit/NSAnimationContext.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/NSAttributedString.h>
|
||||
#import <AppKit/NSBitmapImageRep.h>
|
||||
|
|
Loading…
Reference in a new issue