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

Diff for /OpenXM_contrib2/asir2000/plot/ox_plot_xevent.c between version 1.27 and 1.28

version 1.27, 2006/11/09 15:54:35 version 1.28, 2007/01/30 00:28:26
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/asir2000/plot/ox_plot_xevent.c,v 1.26 2005/07/03 13:11:28 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ox_plot_xevent.c,v 1.27 2006/11/09 15:54:35 saito Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 1184  static void generate_psfile(can,fp)
Line 1184  static void generate_psfile(can,fp)
          struct canvas *can;           struct canvas *can;
          FILE *fp;           FILE *fp;
 {  {
   #if 0
   int x,y;    int x,y;
   XImage *image;    XImage *image;
   int color[1];    int color[1];
Line 1208  static void generate_psfile(can,fp)
Line 1209  static void generate_psfile(can,fp)
         method_is_not_available();          method_is_not_available();
   }    }
   fflush(NULL);    fflush(NULL);
   #endif
 }  }
   
 static void method_is_not_available() {  static void method_is_not_available() {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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