mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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:
parent
dbe2acc2b1
commit
ac074bc0f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user