On Tuesday 15 October 2002 4:10 pm, Andre Poenitz wrote:
> On Tue, Oct 15, 2002 at 03:57:03PM +0100, Angus Leeming wrote:
> > Perhaps you'd test it out and check that it provides you
> > with what you require.
>
> This works very well.
I'lll let you commit it when you're ready. Here's a reasonable
ChangeLog entry.
Angus
2002-10-15 Angus Leeming <[EMAIL PROTECTED]>
* XWorkArea.C (work_area_handler): it transpires that
ev->xbutton.button == 0 when the mouse is dragged,
so it cannot be used to initialise x_button_state and
hence FuncRequest.
This patch uses the 'key' that is passed into the function
by xforms to extract this info and so resolve the problem.