presentation-feedback: minor fixups
This commit is contained in:
parent
fd8d8e122e
commit
fbd6354393
6 changed files with 18 additions and 14 deletions
|
|
@ -509,7 +509,7 @@ void CWLSurfaceResource::updateCursorShm() {
|
|||
memcpy(shmData.data(), pixelData, bufLen);
|
||||
}
|
||||
|
||||
void CWLSurfaceResource::presentFeedback(timespec* when, CMonitor* pMonitor) {
|
||||
void CWLSurfaceResource::presentFeedback(timespec* when, SP<CMonitor> pMonitor) {
|
||||
frame(when);
|
||||
auto FEEDBACK = makeShared<CQueuedPresentationData>(self.lock());
|
||||
FEEDBACK->attachMonitor(pMonitor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue