~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to clutter/clutter.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Lesser General Public License for more details.
19
19
 *
20
20
 * You should have received a copy of the GNU Lesser General Public
21
 
 * License along with this library; if not, write to the
22
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23
 
 * Boston, MA 02111-1307, USA.
 
21
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
 
22
 *
 
23
 *
24
24
 */
25
25
 
26
26
#ifndef __CLUTTER_H__
34
34
#include "clutter-alpha.h"
35
35
#include "clutter-animatable.h"
36
36
#include "clutter-animation.h"
 
37
#include "clutter-animator.h"
37
38
#include "clutter-backend.h"
38
39
#include "clutter-behaviour-depth.h"
39
40
#include "clutter-behaviour-ellipse.h"
43
44
#include "clutter-behaviour-rotate.h"
44
45
#include "clutter-behaviour-scale.h"
45
46
#include "clutter-binding-pool.h"
 
47
#include "clutter-bin-layout.h"
 
48
#include "clutter-box.h"
 
49
#include "clutter-box-layout.h"
46
50
#include "clutter-cairo-texture.h"
47
51
#include "clutter-child-meta.h"
48
52
#include "clutter-clone.h"
49
53
#include "clutter-color.h"
50
54
#include "clutter-container.h"
 
55
#include "clutter-device-manager.h"
51
56
#include "clutter-event.h"
52
57
#include "clutter-feature.h"
 
58
#include "clutter-fixed-layout.h"
 
59
#include "clutter-flow-layout.h"
53
60
#include "clutter-frame-source.h"
54
61
#include "clutter-group.h"
 
62
#include "clutter-input-device.h"
55
63
#include "clutter-interval.h"
56
64
#include "clutter-keysyms.h" 
 
65
#include "clutter-layout-manager.h"
 
66
#include "clutter-layout-meta.h"
57
67
#include "clutter-list-model.h"
58
68
#include "clutter-main.h"
59
69
#include "clutter-media.h"
67
77
#include "clutter-shader-types.h"
68
78
#include "clutter-stage.h"
69
79
#include "clutter-stage-manager.h"
 
80
#include "clutter-stage-window.h"
70
81
#include "clutter-texture.h"
71
82
#include "clutter-text.h"
72
83
#include "clutter-timeline.h"