mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
configure and library-combo fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
03a5e921d4
commit
baa1f85805
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< ChangeLog
|
||||
Thurs Aug 20 1998 Felipe A. Rodriguez <far@ix.netcom.com>
|
||||
|
||||
* NSTextView.m commented out references to defaultTypingAttributes
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "gnustep/gui/config.h"
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
#include "gnustep/gui/config.h"
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/NSSlider.h>
|
||||
#include <AppKit/NSSliderCell.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
#include "gnustep/gui/config.h"
|
||||
#include <AppKit/NSSliderCell.h>
|
||||
#include <AppKit/NSControl.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
|
|
Loading…
Reference in a new issue