[Fxruby-commits] CVS: FXRuby/swig-interfaces FXGLViewer.i,1.26,1.27
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 17:20:25
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv6898 Modified Files: FXGLViewer.i Log Message: Removed #define for PICK_TOL. Index: FXGLViewer.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXGLViewer.i,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** FXGLViewer.i 11 Jul 2002 13:33:14 -0000 1.26 --- FXGLViewer.i 11 Jul 2002 17:20:22 -0000 1.27 *************** *** 25,32 **** - // Pick tolerance - #define PICK_TOL 3 - - // GL Viewer options enum { --- 25,28 ---- |