|
From: <tim...@en...> - 2006-07-18 16:20:32
|
Dave Denholm wrote: > Ah - tell you what - there is one thing that is timing dependent. > > When you acquire a selection, you're supposed to give a > timestamp. That is a server time, and it usually comes from the X > event that triggered the action to acquire the selection. But gnuplot > doesn't have such an event. IIRC, we use "currenttime" for that, but > that isn't a real time. > =20 Hmm. I wrote the code just a few months ago to provide this timestamp. I=20 took the time as plot->time. I realise now that this time is only=20 updated at a button release event, and put to 0 at each "record", so if=20 the user doesn't click on the window this timestamp may have a useless=20 value. > The X server uses the timestamp to resolve if two separate clients try > to acquire the same selection : the later time should win. Maybe the > problem is in that part of the code. > > > dd > =20 Best regards, Timoth=E9e |