From d81c406f62e996840d86333b81c41d0ae4aff347 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 7 Dec 2024 23:47:36 -0500 Subject: Synced list reference 1 This marks a point where the list behavior is at least moderately robust for the skip operation. It includes fixes for multiple deep-rooted issues found by testing with input simulation. Signed-off-by: Andrew Opalach --- src/sink/desktop.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sink') diff --git a/src/sink/desktop.c b/src/sink/desktop.c index efe835e..11da0f9 100644 --- a/src/sink/desktop.c +++ b/src/sink/desktop.c @@ -47,6 +47,9 @@ static void screen_callback(void *userdata, u8 op, void *opaque) case CAMU_SCREEN_RESEEK: camu_sink_reseek(&c->sink); break; + case CAMU_SCREEN_UNSET: + camu_sink_unset(&c->sink); + break; case CAMU_SCREEN_VOLUME: { f64 amount = *(f64 *)opaque; camu_sink_offset_volume(&c->sink, (f32)amount); -- cgit v1.2.3-101-g0448