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 | d94ba1f15ad88ddb8905fdf32b8503ab054e381c (patch) | |
tree | 858da1377eed8c412ceef199f759ceb94fc104e8 /ChangeLog | |
parent | 6de8ef1c42a5eeeb38346ac2c20bc9f144ef13ed (diff) | |
download | gst-plugins-bad-d94ba1f15ad88ddb8905fdf32b8503ab054e381c.tar.gz gst-plugins-bad-d94ba1f15ad88ddb8905fdf32b8503ab054e381c.tar.bz2 gst-plugins-bad-d94ba1f15ad88ddb8905fdf32b8503ab054e381c.zip |
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. ;)
Diffstat (limited to 'ChangeLog')
-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: |