diff options
| author | leep-frog | 2023-07-27 06:04:35 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-27 06:04:35 +0200 |
| commit | 2c70d3891002337ef981a478b95c621f68dfd777 (patch) | |
| tree | 537fdd4df00101b3a6a446383254363613af538b /tests/tap_dance/examples.h | |
| parent | 821db155f20f441c2d3aa6ff4e10878bfccdf45c (diff) | |
On-each-release tap dance function (#20255)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'tests/tap_dance/examples.h')
| -rw-r--r-- | tests/tap_dance/examples.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tap_dance/examples.h b/tests/tap_dance/examples.h index 2622af6b2f..6118188dd1 100644 --- a/tests/tap_dance/examples.h +++ b/tests/tap_dance/examples.h @@ -26,6 +26,8 @@ enum { CT_FLSH, CT_CLN, X_CTL, + TD_RELEASE, + TD_RELEASE_AND_FINISH, }; #ifdef __cplusplus |