[Kde-games-devel] kmines

Clemens Werther cl3m3ns at googlemail.com
Fri Feb 6 18:34:09 CET 2009


-- proper_first_click.diff
Put the "first-click-detection" routine where it belongs.

-- mid_and_left_click.diff
Actually, this fixes two problems, but as it doens't make sense to fix
just one of those two issues, I put it all in one diff file.
1)
press left; press mid; release left; release mid
This results in a pressed item, altough the mouse is not pressed anymore.

2)
press left; press mid; release left; move mouse over another cell;
press left; release mid; release left
The timer starts, altough no item is revealed (only really visible
after patching with proper_first_click.diff, because without, the
timer even starts when any mouse button is pressed... ).

This patch fixes both issues,
but actually, it is useless, as long as the source isn't patched with
proper_first_click.diff.

Clemens


More information about the kde-games-devel mailing list