| version 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); |
| } |
} |