summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-15 18:18:50 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-15 18:18:50 (GMT)
commit6fde21fe27a252c0666a66f980e187bca0d05e4c (patch)
tree8b353bc51a90b23ff8732923c6162a9ebb3287d6
parent9c0eca74159ba31c9865760a99a3658df884c05c (diff)
downloadtk-6fde21fe27a252c0666a66f980e187bca0d05e4c.zip
tk-6fde21fe27a252c0666a66f980e187bca0d05e4c.tar.gz
tk-6fde21fe27a252c0666a66f980e187bca0d05e4c.tar.bz2
unixWm.test - Let unixWm-50.2 pass on Debian 11 by reading the manual (which says: 'the override-redirect flag is only guaranteed to be taken notice of when the window is first mapped or when mapped after the state is changed from withdrawn to normal'). Same recipe as [c53b0c12].
-rw-r--r--tests/unixWm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index 960d039..64240eb 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -1835,8 +1835,8 @@ test unixWm-50.2 {Tk_CoordsToWindow procedure, finding a toplevel, y-coords and
update
restackDelay
toplevel .t2 -width 200 -height 100 -bg blue
- tkwait visibility .t2
wm overrideredirect .t2 1
+ tkwait visibility .t2
wm geom .t2 +200+200
update
raise .t2