Ejemplo n.º 1
0
/**
 * sagarmatha_wm_completed_tile:
 * @wm: the SagarmathaWM
 * @actor: the MetaWindowActor actor
 *
 * The plugin must call this when it has completed a window tile effect.
 **/
void
sagarmatha_wm_completed_tile  (SagarmathaWM         *wm,
                             MetaWindowActor *actor)
{
  meta_plugin_tile_completed (wm->plugin, actor);
}
Ejemplo n.º 2
0
/**
 * cinnamon_wm_completed_tile:
 * @wm: the CinnamonWM
 * @actor: the MetaWindowActor actor
 *
 * The plugin must call this when it has completed a window tile effect.
 **/
void
cinnamon_wm_completed_tile  (CinnamonWM         *wm,
                             MetaWindowActor *actor)
{
  meta_plugin_tile_completed (wm->plugin, actor);
}