[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 29 Oct 2001, Vincent Penquerc'h <Vincent.Penquerch@xxxxxxxxxx> wrote:
> > > What problems ? The ones that cropped up when I added press/release
> > > events ?
> >
> > The one you reported about mouse click events not being taken into
> > account unless you hold down the button for half a second.
>
> Seems really odd, as this works fine using fbcon, and this GUI code is
> the same in both environments. Unless it's cunningly using some bit of
> code that is different... timer ?
Something to do with XLockDisplay/XUnlockDisplay. It seems all that
locking/unlocking caused events not to be propogated properly. It's
worked around in CVS by yield_timeslice'ing after XUnlockDisplay.