gnomemm r1841 - in cluttermm/trunk: . clutter/src tools/extra_defs_gen



Author: daniel
Date: Fri Dec 12 19:21:57 2008
New Revision: 1841
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1841&view=rev

Log:
* tools/extra_defs_gen/generate_defs_clutter.cc: Remove reference
to CLUTTER_TYPE_BEHAVIOUR_BSPLINE as it has been merged with the
path behavior.
* clutter/src/Makefile_list_of_hg.am_fragment: Remove
behaviour-bspline.hg from the list of files.


Modified:
   cluttermm/trunk/ChangeLog
   cluttermm/trunk/clutter/src/Makefile_list_of_hg.am_fragment
   cluttermm/trunk/tools/extra_defs_gen/generate_defs_clutter.cc

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 Dec 12 19:21:57 2008
@@ -18,7 +18,6 @@
 timeline.hg \
 alpha.hg \
 behaviour.hg \
-behaviour-bspline.hg \
 behaviour-depth.hg \
 behaviour-opacity.hg \
 behaviour-path.hg \

Modified: cluttermm/trunk/tools/extra_defs_gen/generate_defs_clutter.cc
==============================================================================
--- cluttermm/trunk/tools/extra_defs_gen/generate_defs_clutter.cc	(original)
+++ cluttermm/trunk/tools/extra_defs_gen/generate_defs_clutter.cc	Fri Dec 12 19:21:57 2008
@@ -28,7 +28,6 @@
     << get_defs(CLUTTER_TYPE_ACTOR)
     << get_defs(CLUTTER_TYPE_ALPHA)
     << get_defs(CLUTTER_TYPE_BACKEND)
-    << get_defs(CLUTTER_TYPE_BEHAVIOUR_BSPLINE)
     << get_defs(CLUTTER_TYPE_BEHAVIOUR_DEPTH)
     << get_defs(CLUTTER_TYPE_BEHAVIOUR_ELLIPSE)
     << get_defs(CLUTTER_TYPE_BEHAVIOUR)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]