Minor fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-05-29 18:24:07 +00:00
parent 7f6c3474ce
commit e56b4efe32
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri May 29 13:30:14 1998 Adam Fedor <fedor@ultra.doc.com>
* Headers/gnustep/gui/AppKit.h: Include Foundation.h.
Wed May 13 15:59:32 1998 Adam Fedor <fedor@ultra.doc.com>
* Model/IBClasses.m: Fix header includes.

View file

@ -34,6 +34,11 @@
//
#include <AppKit/DPSOperators.h>
//
// Foundation
//
#include <Foundation/Foundation.h>
//
// GNUstep GUI Library functions
//

View file

@ -96,7 +96,7 @@
- (void)scrollToPoint:(NSPoint)point
{
#if DEBUGLOG
#ifdef DEBUGLOG
NSPoint currentPoint = [self bounds].origin;
NSLog (@"scrollToPoint: current point (%f, %f), point (%f, %f)",