Make clutter-stage-window.h a private header

It should have never been public in the first place; nothing can
implement the ClutterStageWindow interface and use it, so this is
not a break.
This commit is contained in:
Emmanuele Bassi
2012-03-01 11:06:04 +00:00
committed by Emmanuele Bassi
parent a1ec559d14
commit b248fbd010
5 changed files with 8 additions and 21 deletions

View File

@ -90,7 +90,6 @@
#include "clutter-snap-constraint.h"
#include "clutter-stage.h"
#include "clutter-stage-manager.h"
#include "clutter-stage-window.h"
#include "clutter-state.h"
#include "clutter-table-layout.h"
#include "clutter-texture.h"