Olivier Fourdan
2019-02-20 11:07:22 +01:00
committed by Carlos Garnacho
parent c9cc07fd3a
commit b4c78726cf
5 changed files with 30 additions and 0 deletions

View File

@ -239,6 +239,16 @@ struct _MetaPluginClass
*/
MetaInhibitShortcutsDialog * (* create_inhibit_shortcuts_dialog) (MetaPlugin *plugin,
MetaWindow *window);
/**
* MetaPluginClass::locate_pointer:
*
* Virtual function called when the user triggered the "locate-pointer"
* mechanism.
* The common way to implement this function is to show some animation
* on screen to draw user attention on the pointer location.
*/
void (*locate_pointer) (MetaPlugin *plugin);
};
/**