diff options
author | Benjamin Otte <otte@gnome.org> | 2005-01-08 18:27:07 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-01-08 18:27:07 +0000 |
commit | 6f672311cdb7ed4f4f2544ad68b3c38706107dfe (patch) | |
tree | 716d9d6031262905e59d606cba47e4ab535d89ee | |
parent | 65262fe0812f26b35471e641c7349f8122255809 (diff) |
gst/games/gstpuzzle.c: - handle nav events differently: forward every event no matter if it was handled or not.
Original commit message from CVS:
* gst/games/gstpuzzle.c: (nav_event_handler):
- handle nav events differently: forward every event no matter if it
was handled or not.
- translate events
You can now cheat by using navigationtest ! puzzle and moving the
mouse close to the edge of a tile. ;)
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-01-08 Benjamin Otte <otte@gnome.org> + + * gst/games/gstpuzzle.c: (nav_event_handler): + - handle nav events differently: forward every event no matter if it + was handled or not. + - translate events + You can now cheat by using navigationtest ! puzzle and moving the + mouse close to the edge of a tile. ;) + 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: |