[BACK]Return to wtext.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / win

Diff for /OpenXM_contrib/gnuplot/win/Attic/wtext.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:19 version 1.1.1.2, 2000/01/22 14:16:33
Line 3  static char *RCSid = "$Id$";
Line 3  static char *RCSid = "$Id$";
 #endif  #endif
   
 /* GNUPLOT - win/wtext.c */  /* GNUPLOT - win/wtext.c */
   
 /*[  /*[
  * Copyright 1992, 1993, 1998   Russell Lang   * Copyright 1992, 1993, 1998   Russell Lang
  *   *
Line 119  TextMessage(void)
Line 120  TextMessage(void)
   
     while (PeekMessage(&msg, 0, 0, 0, PM_REMOVE))      while (PeekMessage(&msg, 0, 0, 0, PM_REMOVE))
         {          {
   #if 1 /* HBB 19990505: Petzold says we should check this: */
           if (msg.message == WM_QUIT)
               return;
   #endif
         TranslateMessage(&msg);          TranslateMessage(&msg);
         DispatchMessage(&msg);          DispatchMessage(&msg);
         }          }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

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