|
From: Tatsuro M. <tma...@ya...> - 2010-01-30 05:28:41
|
Hello
--- Petr Mikulik wrote:
> But in wxt_gui.cpp there is a special code for WGP_CONSOLE and not for
> WIN_IPC in wxt_waitforinput().
Ooops! I have not noticed.
#ifdef WGP_CONSOLE
if (paused_for_mouse) {
MSG msg;
BOOL ret;
:
:
I have changed #ifdef WGP_CONSOLE to #ifdef _Windows in wxt_gui.cpp
Your patch almost works for wgnuplot. However, if the graph window of wxt (wxtFrame?) terminal
(wxtFrame) is active, for example graph window is closed by user, 'pause mouse' freezes the wgnuplot.
This is also happen in gnuplot.exe
The explanation of wxtFrame is written in wxt_gui.cpp as,
/* ---------------------------------------------------------------------------
* Frame : the main windows (one for each plot)
* ----------------------------------------------------------------------------*/
I would like to know flag for wxtFrame similar to 'graphwin.hWndGraph'
in windows terminal.
Regards
Tatsuro
Regards
--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/
|