[cluttermm/cluttermm-1.2] Fix the build with clutter git master.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm/cluttermm-1.2] Fix the build with clutter git master.
- Date: Thu, 3 Feb 2011 14:30:36 +0000 (UTC)
commit 732927af1c7bb8f66e694fe7d2f4ad234ae7a05d
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Nov 2 11:50:46 2010 +0100
Fix the build with clutter git master.
* clutter/src/backend.hg: Use no_default_handler with the signals,
because ClutterBackendClass is now hidden.
ChangeLog | 15 +++++++++++----
clutter/src/backend.hg | 5 +++--
2 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9a7b2d5..f37b18c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,25 @@
+2010-11-02 Murray Cumming <murrayc murrayc com>
+
+ Fix the build with clutter git master.
+
+ * clutter/src/backend.hg: Use no_default_handler with the signals,
+ because ClutterBackendClass is now hidden.
+
1.1.2
2010-10-27 Chris Kühl <chrisk openismus com>
Fixed parameter names in Clutter::Cairo::Texture create function.
- * cairo-texture.hg: Changed create parameters from width and height
- to surface_width and surface_height, respectively.
+ * cairo-texture.hg: Changed create parameters from width and height
+ to surface_width and surface_height, respectively.
2010-10-27 Chris Kühl <chrisk openismus com>
Fixed parameter names in Clutter::Cairo::Texture ctor.
- * cairo-texture.hg: Changed ctor parameters from width and height
- to surface_width and surface_height, respectively.
+ * cairo-texture.hg: Changed ctor parameters from width and height
+ o surface_width and surface_height, respectively.
1.1.1:
diff --git a/clutter/src/backend.hg b/clutter/src/backend.hg
index 0ea6a1c..160ad2c 100644
--- a/clutter/src/backend.hg
+++ b/clutter/src/backend.hg
@@ -50,8 +50,9 @@ public:
_WRAP_METHOD(Glib::ustring get_font_name() const, clutter_backend_get_font_name)
_WRAP_METHOD(void set_font_name(const Glib::ustring& font_name), clutter_backend_set_font_name)
- _WRAP_SIGNAL(void font_changed(), "font-changed")
- _WRAP_SIGNAL(void resolution_changed(), "resolution-changed")
+ //We use no_default_handler because the C class struct is hidden.
+ _WRAP_SIGNAL(void font_changed(), "font-changed", no_default_handler)
+ _WRAP_SIGNAL(void resolution_changed(), "resolution-changed", no_default_handler)
};
} // namespace Clutter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]