summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNeil Roberts <neil@openedhand.com>2008-04-15 16:24:08 +0000
committerNeil Roberts <neil@openedhand.com>2008-04-15 16:24:08 +0000
commitf37accefda8f3556a6c3d26caeb597c6dbde117c (patch)
tree9be836b7bbc34903c6f7ca8c65b68688bae7d3e0 /README
parent8fdd9efa03506eb876c6102dac134e8293432f74 (diff)
downloadclutter-gtk-f37accefda8f3556a6c3d26caeb597c6dbde117c.tar.gz
* 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.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 13c8f82..ab9df8e 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ ClutterStage.
Requirements:
- Clutter >= 0.6.0 (X11 backend)
+ Clutter >= 0.6.0 (X11 backend) or >= 0.8.0 (Win32 backend)
GTK+ >= 2.12
Copyright (C) 2006 OpenedHand