2008-07-07 Matthew Allum <mallum@openedhand.com>

Bug 1019 - clutter-frame-source.h not included by clutter.h

        * clutter/clutter.h:
        Add missing header include.
This commit is contained in:
Matthew Allum 2008-07-07 22:18:27 +00:00
parent 34a7433c6f
commit cc43d7a30d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-07-07 Matthew Allum <mallum@openedhand.com>
Bug 1019 - clutter-frame-source.h not included by clutter.h
* clutter/clutter.h:
Add missing header include.
2008-07-05 Neil Roberts <neil@o-hand.com>
* clutter/clutter-actor.h: Remove redundant duplicate declaration

View File

@ -55,6 +55,7 @@
#include "clutter-model.h"
#include "clutter-stage.h"
#include "clutter-texture.h"
#include "clutter-frame-source.h"
#include "clutter-timeout-pool.h"
#include "clutter-timeline.h"
#include "clutter-score.h"