|
From: Petr M. <mi...@ph...> - 2004-01-08 13:27:30
|
> If so, they've kept themselves remarkably quiet, or haven't even > noticed the problem yet. > > There are only a few noteworthy candidates besides X11, to begin with: > > *) OS/2 There are no problems there. There is a bidirectional named pipe gnuplot/pm.trm <=> gnupmdrv.exe, and mousing commands gnupmdrv => gnuplot go via shared memory and an event semaphore. Commands from user/gnuplot and mouse/hotkey/gnupmdrv don't mix because the waiting for mouse commands is encapsulated in a thread, see command.c. --- Petr Mikulik |