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

committed by
Geoffrey McRae

parent
21a349343b
commit
da548e3858
@@ -1813,6 +1813,11 @@ static bool x11IsValidPointerPos(int x, int y)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void x11RequestActivation(void)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
static void x11InhibitIdle(void)
|
||||
{
|
||||
XScreenSaverSuspend(x11.display, true);
|
||||
@@ -1903,6 +1908,7 @@ struct LG_DisplayServerOps LGDS_X11 =
|
||||
.warpPointer = x11WarpPointer,
|
||||
.realignPointer = x11RealignPointer,
|
||||
.isValidPointerPos = x11IsValidPointerPos,
|
||||
.requestActivation = x11RequestActivation,
|
||||
.inhibitIdle = x11InhibitIdle,
|
||||
.uninhibitIdle = x11UninhibitIdle,
|
||||
.wait = x11Wait,
|
||||
|
Reference in New Issue
Block a user