2008-01-23 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Wed, 23 Jan 2008 11:08:39 +0000 (11:08 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Wed, 23 Jan 2008 11:08:39 +0000 (11:08 +0000)
commit97a23161f6b348cb0bbf47638f90062de3f70c1f
tree95345e8b1fb872889194bcd21c10457613e4a690
parent9d93fb242a1c047fed96f4a339efd8b3188bd496
2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>

* Makefile.am: Use variables, instead of substitutions.

* clutter/clutter-private.h:
* clutter/clutter-main.h: Make clutter_do_event() public again,
as we need it in clutter-gtk.

* configure.ac:
* clutter/x11/Makefile.am:
* clutter/x11/clutter-x11.pc.in: Add a clutter-x11 pkg-config
file for clutter-gtk, as it depends on the X11 backend API, as
implemented by the GLX and EGLX backends.

* clutter/x11/clutter-event-x11.c (event_translate): Do not
propagate DestroyNotify events if the stage doesn't own the
window.

* tests/test-scale.c (main): Set values different from the default.
ChangeLog
Makefile.am
NEWS
clutter/clutter-main.h
clutter/clutter-private.h
clutter/x11/Makefile.am
clutter/x11/clutter-event-x11.c
clutter/x11/clutter-x11.pc.in [new file with mode: 0644]
configure.ac
doc/reference/clutter-sections.txt
tests/test-scale.c