Update of /cvsroot/scopeapp/scopeapp/src
In directory usw-pr-cvs1:/tmp/cvs-serv12067
Modified Files:
Tag: scopeapp-gnustep
ScopeView.m
Log Message:
Branch broke some stuff. First try at fixing.
Index: ScopeView.m
===================================================================
RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeView.m,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -d -r1.11.2.1 -r1.11.2.2
*** ScopeView.m 29 Oct 2002 05:15:13 -0000 1.11.2.1
--- ScopeView.m 12 Nov 2002 23:33:42 -0000 1.11.2.2
***************
*** 28,35 ****
#import "ScopeAppGlobals.h"
! #ifdef __APPLE__
! #import "GSVbox.h"
! #import "GSHbox.h"
! #endif
static double gTimeScales[10] = {0.001,0.002,0.005,0.01,0.02,0.05,0.1};
--- 28,37 ----
#import "ScopeAppGlobals.h"
! //#ifdef __APPLE__
! //#import "GSVbox.h"
! //#import "GSHbox.h"
! //#endif
! #import <AppKit/GSHbox.h>
! #import <AppKit/GSVbox.h>
static double gTimeScales[10] = {0.001,0.002,0.005,0.01,0.02,0.05,0.1};
|