mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] displayserver: move screensaver handling into displayservers
This also makes Wayland idle inhibition respect noScreensaver setting.
This commit is contained in:
@@ -850,6 +850,10 @@ struct LG_DisplayServerOps LGDS_X11 =
|
||||
.ungrabKeyboard = x11UngrabKeyboard,
|
||||
.warpPointer = x11WarpPointer,
|
||||
|
||||
/* Use SDL implementation for now */
|
||||
.inhibitIdle = NULL,
|
||||
.uninhibitIdle = NULL,
|
||||
|
||||
.cbInit = x11CBInit,
|
||||
.cbNotice = x11CBNotice,
|
||||
.cbRelease = x11CBRelease,
|
||||
|
Reference in New Issue
Block a user