mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
7f6c3474ce
commit
e56b4efe32
3 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -34,6 +34,11 @@
|
|||
//
|
||||
#include <AppKit/DPSOperators.h>
|
||||
|
||||
//
|
||||
// Foundation
|
||||
//
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
//
|
||||
// GNUstep GUI Library functions
|
||||
//
|
||||
|
|
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue