eglnative: Connect StageWindow.show and .hide

The show() and hide() methods of the StageWindow interface are
implemented but not assigned when initializing the interface
vtable.
This commit is contained in:
Emmanuele Bassi 2010-03-05 08:48:52 +00:00
parent dbe2acc2b1
commit ac074bc0f0

View File

@ -124,6 +124,8 @@ clutter_stage_window_iface_init (ClutterStageWindowIface *iface)
iface->unrealize = clutter_stage_egl_unrealize;
iface->get_geometry = clutter_stage_egl_get_geometry;
iface->resize = clutter_stage_egl_resize;
iface->show = clutter_stage_egl_show;
iface->hide = clutter_stage_egl_hide;
}
static void