[BACK]Return to MyOpenGLView.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Diff for /OpenXM/src/cfep/MyOpenGLView.h between version 1.3 and 1.4

version 1.3, 2006/03/08 04:58:14 version 1.4, 2006/03/10 11:48:01
Line 17 
Line 17 
   NSMutableArray *oglInitComm;    NSMutableArray *oglInitComm;
   int oglInitCommSize;    int oglInitCommSize;
   int gid;    int gid;
     NSFont *myfont;
 }  }
 -(id) initWithFrame: (NSRect) frameRect;  -(id) initWithFrame: (NSRect) frameRect;
 -(void) drawRectSimple: (NSRect) rect withColor: (double)c;  -(void) drawRectSimple: (NSRect) rect withColor: (double)c;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>