summaryrefslogtreecommitdiff
path: root/src/sink
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-12-02 19:46:55 -0500
committerAndrew Opalach <andrew@akon.city> 2024-12-02 19:46:55 -0500
commit61d2d6fd165ebfc3d3985e89000964e9b11c5157 (patch)
treedb50b4a265f85c2bef7b41f2810bf2faf0e02ba9 /src/sink
parent01ab651a6c4a7894eef972f5236996754b0967bb (diff)
downloadcamu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.tar.gz
camu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.tar.bz2
camu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.zip
Explicitly track sink-side entry ended state
The server/list-side of this change is not done so there are likely bugs in the set command logic. It works mostly fine for now though. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/sink')
-rw-r--r--src/sink/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sink/common.h b/src/sink/common.h
index ed84c39..e59c780 100644
--- a/src/sink/common.h
+++ b/src/sink/common.h
@@ -79,7 +79,6 @@ static bool camu_default_sink_callback(struct camu_screen *scr, struct camu_mixe
break;
case CAMU_SINK_EXIT:
return false;
-
}
return true;
}