gnomemm r1749 - in cluttermm/trunk: . clutter clutter/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1749 - in cluttermm/trunk: . clutter clutter/src
- Date: Fri, 17 Oct 2008 09:27:47 +0000 (UTC)
Author: murrayc
Date: Fri Oct 17 09:27:47 2008
New Revision: 1749
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1749&view=rev
Log:
2008-10-17 Murray Cumming <murrayc murrayc com>
* clutter/cluttermm.h:
* clutter/src/Makefile_list_of_hg.am_fragment:
* clutter/src/timeout-pool.ccg:
* clutter/src/timeout-pool.hg: Removed the TimeoutPool class,
because ClutterTimeoutPool is not real public API
according to http://bugzilla.o-hand.com/show_bug.cgi?id=1154 .
Removed:
cluttermm/trunk/clutter/src/timeout-pool.ccg
cluttermm/trunk/clutter/src/timeout-pool.hg
Modified:
cluttermm/trunk/ChangeLog
cluttermm/trunk/clutter/cluttermm.h
cluttermm/trunk/clutter/src/Makefile_list_of_hg.am_fragment
cluttermm/trunk/clutter/src/color.hg
cluttermm/trunk/clutter/src/margin.hg
Modified: cluttermm/trunk/clutter/cluttermm.h
==============================================================================
--- cluttermm/trunk/clutter/cluttermm.h (original)
+++ cluttermm/trunk/clutter/cluttermm.h Fri Oct 17 09:27:47 2008
@@ -56,7 +56,6 @@
#include <cluttermm/score.h>
#include <cluttermm/shader.h>
#include <cluttermm/script.h>
-#include <cluttermm/timeout-pool.h>
#include <cluttermm/types.h>
#include <cluttermm/utility.h>
Modified: cluttermm/trunk/clutter/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- cluttermm/trunk/clutter/src/Makefile_list_of_hg.am_fragment (original)
+++ cluttermm/trunk/clutter/src/Makefile_list_of_hg.am_fragment Fri Oct 17 09:27:47 2008
@@ -29,6 +29,6 @@
shader.hg \
script.hg \
scriptable.hg \
-effecttemplate.hg \
-timeout-pool.hg
-#layout.hg box.hg margin.hg
+effecttemplate.hg
+
+#Not for bindings/applications: timeout-pool.hg
Modified: cluttermm/trunk/clutter/src/color.hg
==============================================================================
--- cluttermm/trunk/clutter/src/color.hg (original)
+++ cluttermm/trunk/clutter/src/color.hg Fri Oct 17 09:27:47 2008
@@ -119,5 +119,5 @@
*/
Color operator-(const Color& color1, const Color& color2);
-} // namespace Gdk
+} // namespace Clutter
Modified: cluttermm/trunk/clutter/src/margin.hg
==============================================================================
--- cluttermm/trunk/clutter/src/margin.hg (original)
+++ cluttermm/trunk/clutter/src/margin.hg Fri Oct 17 09:27:47 2008
@@ -42,6 +42,6 @@
_MEMBER_SET(left, left, Unit, ClutterUnit)
};
-} // namespace Gdk
+} // namespace Clutter
//vim: ts=2,sw=2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]