Clean up clutter-private.h/5

Move PaintVolume private API to a separate header.
This commit is contained in:
Emmanuele Bassi
2010-10-21 11:59:50 +01:00
parent 43edfc9400
commit cf3a29f224
9 changed files with 124 additions and 104 deletions

View File

@ -38,6 +38,7 @@
#include "clutter-device-manager-private.h"
#include "clutter-event.h"
#include "clutter-main.h"
#include "clutter-paint-volume-private.h"
#include "clutter-private.h"
#include "clutter-stage-private.h"

View File

@ -42,10 +42,12 @@
#include "config.h"
#endif
#include "../clutter-marshal.h"
#include "clutter-x11-texture-pixmap.h"
#include "clutter-x11.h"
#include "clutter-backend-x11.h"
#include "clutter-marshal.h"
#include "clutter-paint-volume-private.h"
#include "clutter-private.h"
#include "cogl/cogl.h"