diff options
author | fvogel <fvogelnew1@free.fr> | 2020-01-19 14:41:28 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-01-19 14:41:28 (GMT) |
commit | 74e39d2280dc73803b1c36f2b19c5cae2c0e3c18 (patch) | |
tree | 7867e411af09aa79f446f18f7febdee208c9d4ee /tests | |
parent | 68c075d0e166a5a99400a0b336859ec2b0199d63 (diff) | |
download | tk-74e39d2280dc73803b1c36f2b19c5cae2c0e3c18.zip tk-74e39d2280dc73803b1c36f2b19c5cae2c0e3c18.tar.gz tk-74e39d2280dc73803b1c36f2b19c5cae2c0e3c18.tar.bz2 |
Put more robustness in bind-35.1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bind.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bind.test b/tests/bind.test index e19b4f1..7d5cea5 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -6702,6 +6702,7 @@ test bind-35.1 {pointer warp with grab on master, bug [e3888d5820]} -setup { update } -body { grab .top ; # this will queue events + update after 50 update event generate .top.l <Motion> -warp 1 -x 10 -y 10 |