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

@ -8,6 +8,8 @@
#include "clutter-stage-window.h"
#include "clutter-private.h"
#define clutter_stage_window_get_type _clutter_stage_window_get_type
typedef ClutterStageWindowIface ClutterStageWindowInterface;
G_DEFINE_INTERFACE (ClutterStageWindow, clutter_stage_window, G_TYPE_OBJECT);