mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[client] clipboard: add direct LGMP synchronization
This commit is contained in:
@@ -2314,8 +2314,10 @@ struct LG_DisplayServerOps LGDS_X11 =
|
||||
.getFullscreen = x11GetFullscreen,
|
||||
.minimize = x11Minimize,
|
||||
|
||||
.cbInit = x11CBInit,
|
||||
.cbNotice = x11CBNotice,
|
||||
.cbRelease = x11CBRelease,
|
||||
.cbRequest = x11CBRequest
|
||||
.cbInit = x11CBInit,
|
||||
.cbNotice = x11CBNotice,
|
||||
.cbRelease = x11CBRelease,
|
||||
.cbRequest = x11CBRequest,
|
||||
.cbRequestReady = x11CBRequestReady,
|
||||
.cbRequestCancel = x11CBRequestCancel,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user