mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] ds: expose activation requesting
This commit is contained in:

committed by
Geoffrey McRae

parent
21a349343b
commit
da548e3858
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user