Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Oct 25, 2023
1 parent 058a50c commit 637dddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/compositor/src/remote/RemoteAppLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ function setupClientOutOfBandHandlers(client: Client, outOfBandChannel: RemoteOu
const commitSerial = payload[1]

const wlSurface = client.connection.wlObjects[resourceId] as WlSurfaceResource
if (wlSurface === undefined) {
return
}
const surface = wlSurface.implementation as Surface
surface.commitSerials.push(commitSerial)
})
Expand Down

0 comments on commit 637dddb

Please sign in to comment.