2006-06-21 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Wed, 21 Jun 2006 16:29:28 +0000 (16:29 +0000)
committerMatthew Allum <mallum@openedhand.com>
Wed, 21 Jun 2006 16:29:28 +0000 (16:29 +0000)
commitd61ee2240b218df56ea6651025ad95034a3fb164
tree0a70480e8022a5f3f97618629b50987d24a6a7eb
parent177add87683eb795585f8b3353963c9402988dd8
2006-06-21  Matthew Allum  <mallum@openedhand.com>

        * clutter/Makefile.am:
        Make sure clutter.h included.
        * clutter/clutter-stage.c: (clutter_stage_realize),
        (clutter_stage_get_actor_at_pos):
        Select for motion events on X window.
        Return highest rather than lowest found actor for actor_at_pos.
        * examples/Makefile.am:
        Remove test-text, remane test video.
        * examples/README:
        Add info about the included examples.
        * examples/test-video.c:
        * examples/video-player.c:
        Redo test-video a little nicer and rename.
        * examples/video-cube.c:
        Fix so it at least 'works' again.
        * examples/test.c:
        Clean up a little.
12 files changed:
ChangeLog
clutter/Makefile.am
clutter/clutter-stage.c
examples/Makefile.am
examples/README [new file with mode: 0644]
examples/media-actions-pause.png [new file with mode: 0644]
examples/media-actions-start.png [new file with mode: 0644]
examples/test-video.c [deleted file]
examples/test.c
examples/vid-panel.png [new file with mode: 0644]
examples/video-cube.c
examples/video-player.c [new file with mode: 0644]