* configure.ac: Added a --with-flavour option to select between
authorNeil Roberts <neil@openedhand.com>
Tue, 15 Apr 2008 16:24:08 +0000 (16:24 +0000)
committerNeil Roberts <neil@openedhand.com>
Tue, 15 Apr 2008 16:24:08 +0000 (16:24 +0000)
commitf37accefda8f3556a6c3d26caeb597c6dbde117c
tree9be836b7bbc34903c6f7ca8c65b68688bae7d3e0
parent8fdd9efa03506eb876c6102dac134e8293432f74
* configure.ac: Added a --with-flavour option to select between
x11 and win32 versions. Defaults to x11.

* clutter-gtk/gtk-clutter-embed.c: ifdef out X11 specific calls
and replace with Win32 equivalents.
(gtk_clutter_embed_key_event, gtk_clutter_embed_button_event): Set
the stage pointer when generating fake Clutter events otherwise
they just get ignored.
(gtk_clutter_embed_realize): Always request button and key events
in the window event mask. They aren't included by default on
Windows.

* README (Requirements): Added a note about the minimum Clutter
version for the Win32 backend.
ChangeLog
README
clutter-gtk/gtk-clutter-embed.c
configure.ac