[gnome-games] quadrapassel: use gtk_clutter_init... instead
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] quadrapassel: use gtk_clutter_init... instead
- Date: Tue, 11 Jan 2011 23:11:09 +0000 (UTC)
commit e685d448b09e48575e850d318807b6408d729cf8
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Wed Jan 12 00:09:42 2011 +0100
quadrapassel: use gtk_clutter_init... instead
Needed for the GtkClutterEmbeds to be added correctly to the window
quadrapassel/main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/quadrapassel/main.cpp b/quadrapassel/main.cpp
index 4fab7fa..3c1a4cd 100644
--- a/quadrapassel/main.cpp
+++ b/quadrapassel/main.cpp
@@ -69,7 +69,7 @@ main(int argc, char *argv[])
games_conf_initialise ("Quadrapassel");
- if (clutter_init_with_args (NULL, NULL, NULL, NULL, NULL, &error) != CLUTTER_INIT_SUCCESS) {
+ if (gtk_clutter_init_with_args (NULL, NULL, NULL, NULL, NULL, &error) != CLUTTER_INIT_SUCCESS) {
g_printerr ("Failed to initialise clutter: %s\n", error->message);
g_error_free (error);
return 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]