|
From: Ben A. <bpa...@ma...> - 2009-02-06 22:06:02
|
On Friday, February 06, 2009, at 04:27PM, "Petr Mikulik" <mi...@ph...> wrote: >> >It does update the GPVAL_TERM_WINDOWID variable, please try the proposed >> >patch. >> > >> I've build gnuplot with the current sources and with your patch applied. >> >> Terminal type set to 'x11' >> gnuplot> plot sin(x) >> gnuplot> gplt_x11.c:1528: SENDING MY WINDOWID TO GNUPLOT... >> mouse.c:1854: set current_x11_windowid to 12345 >> >> When I try a "show all" I do not see any variables that look like >> GPVAL_TERM_WINDOWID. In fact, I don't see any variables beginning with >> "GPVAL_...". > >Use > show var all > >Petr ok. Thanks |