mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-06 20:58:37 +02:00
screenshare/frame: set m_copied after shm copy succeeds (#14165)
This commit is contained in:
parent
e3c9b64812
commit
ab8e015bc9
1 changed files with 1 additions and 0 deletions
|
|
@ -441,6 +441,7 @@ bool CScreenshareFrame::copyShm() {
|
|||
if (!m_copied) {
|
||||
LOGM(Log::TRACE, "Copied frame via shm");
|
||||
m_callback(RESULT_COPIED);
|
||||
m_copied = true;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue