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

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

version 1.1.1.1, 2000/01/22 14:16:31 version 1.1.1.2, 2003/09/15 07:09:40
Line 161  BOOL CALLBACK cbGetTextWindow(HWND  hwnd, LPARAM  lPar
Line 161  BOOL CALLBACK cbGetTextWindow(HWND  hwnd, LPARAM  lPar
         hwndText = FindWindowEx(hwnd, NULL, TEXTCLASS, NULL );          hwndText = FindWindowEx(hwnd, NULL, TEXTCLASS, NULL );
   
         /* if the text window was found, stop looking */          /* if the text window was found, stop looking */
         return ( hwndText != NULL );          return ( hwndText == NULL );
 }  }
   
 /* sends a string to the specified window */  /* sends a string to the specified window */

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

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