mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix problems with last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
70b54d1f0d
commit
dc0ac1b635
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-06-20 German A. Arias <german@xelalug.org>
|
||||
|
||||
* Source/GNUmakefile: Remove GSAutocompleteWindow.h, isn't
|
||||
necessary add this here.
|
||||
* Source/GSAutocompleteWindow.m: Add NSScreen header.
|
||||
|
||||
2013-06-19 German A. Arias <german@xelalug.org>
|
||||
|
||||
* Source/GSAutocompleteWindow.h:
|
||||
|
|
|
@ -420,7 +420,6 @@ GSVersion.h \
|
|||
GMAppKit.h \
|
||||
GMArchiver.h \
|
||||
GSAnimator.h \
|
||||
GSAutocompleteWindow.h \
|
||||
GSTheme.h \
|
||||
GSFontInfo.h \
|
||||
GSMemoryPanel.h \
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
|
|
Loading…
Reference in a new issue