[client] ds: expose activation requesting

This commit is contained in:
Tudor Brindus
2022-02-06 16:20:59 -05:00
committed by Geoffrey McRae
parent 21a349343b
commit da548e3858
5 changed files with 12 additions and 2 deletions

View File

@@ -194,6 +194,9 @@ struct LG_DisplayServerOps
void (*inhibitIdle)();
void (*uninhibitIdle)();
/* called to request activation */
void (*requestActivation)();
/* wait for the specified time without blocking UI processing/event loops */
void (*wait)(unsigned int time);