From: Mikko Rasa Date: Mon, 11 Oct 2021 12:25:52 +0000 (+0300) Subject: Allow suppressing clear in a sequence by passing in a special tag X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=867c4e8c34fe24146f4f8cf6bd0b27a6d99aa1a2;hp=867c4e8c34fe24146f4f8cf6bd0b27a6d99aa1a2;p=libs%2Fgl.git Allow suppressing clear in a sequence by passing in a special tag Sequence doesn't pass on the tag it receives, so it can be used to control the sequence's own behaviour instead. ---