mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[client] clipboard: add direct LGMP synchronization
This commit is contained in:
@@ -355,8 +355,10 @@ struct LG_DisplayServerOps LGDS_Wayland =
|
||||
|
||||
.setHDRImageDesc = waylandHDRCallback,
|
||||
|
||||
.cbInit = waylandCBInit,
|
||||
.cbNotice = waylandCBNotice,
|
||||
.cbRelease = waylandCBRelease,
|
||||
.cbRequest = waylandCBRequest
|
||||
.cbInit = waylandCBInit,
|
||||
.cbNotice = waylandCBNotice,
|
||||
.cbRelease = waylandCBRelease,
|
||||
.cbRequest = waylandCBRequest,
|
||||
.cbRequestReady = waylandCBRequestReady,
|
||||
.cbRequestCancel = waylandCBRequestCancel,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user