[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
"Vincent Penquerc'h" <vincent@xxxxxxxxxx> writes:
> this is the patch for mouse button press/release events
> I said I'd send yesterday. It should catch all events but
> the lightning fast now :)
I've applied it to CVS.
Your patch was not easy to apply. It has no context around modified
parts. If you are using GNU diff, it would be better to use '-u'
switch to make universal diff, or use '-c' switch for context diff.
Then if it does not apply automatically, it will be easier to find
places which should be modified.
diff -u old new >diff
--
Michael Bukin