[BACK]Return to plot.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / engine2000

Diff for /OpenXM_contrib2/windows/engine2000/plot.c between version 1.5 and 1.6

version 1.5, 2002/08/02 02:48:22 version 1.6, 2002/08/02 09:30:23
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/windows/engine2000/plot.c,v 1.4 2002/07/10 06:08:26 noro Exp $   * $OpenXM: OpenXM_contrib2/windows/engine2000/plot.c,v 1.5 2002/08/02 02:48:22 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 235  static void process_ox(int id, Obj obj, unsigned int s
Line 235  static void process_ox(int id, Obj obj, unsigned int s
   
 static void process_resize(struct canvas *can,POINT startp,POINT endp)  static void process_resize(struct canvas *can,POINT startp,POINT endp)
 {  {
         if ( can->mode == MODE_INTERACTIVE )          if ( can->mode == MODE_INTERACTIVE || can->mode == MODE_POLARPLOT )
                 return;                  return;
   
         if ( can->mode == MODE_PLOT )          if ( can->mode == MODE_PLOT )

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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