summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-02 18:54:20 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-02 18:54:20 +0100
commit3f704fbba5e7180db6d39f71e578ff0c4b1d7c84 (patch)
tree27b2abc4b53df60076777a3208d1b80ecc790d8d /src/lib/butler.h
parent6816f69ad62b05ef6b2857c526db69a4adb52c36 (diff)
Stop doing some more stuff during content drags in the timeline.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index d85ec90f4..da94b1523 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -103,7 +103,7 @@ private:
void text(PlayerText pt, TextType type, boost::optional<DCPTextTrack> track, dcpomatic::DCPTimePeriod period);
bool should_run() const;
void prepare(std::weak_ptr<PlayerVideo> video);
- void player_change(ChangeType type, int property);
+ void player_change(ChangeType type, int property, bool frequent);
void seek_unlocked(dcpomatic::DCPTime position, bool accurate);
std::weak_ptr<const Film> _film;