diff options
author | culler <culler> | 2018-12-13 23:09:41 (GMT) |
---|---|---|
committer | culler <culler> | 2018-12-13 23:09:41 (GMT) |
commit | 06b907dffae1e534e41e72b16bcb68c8aa30e594 (patch) | |
tree | 9e262370477d5cb46767a127acfc68b349d324f8 /tests | |
parent | 7a5f3dba4c643c1bc760f4f9d7dda5cc34cb717d (diff) | |
download | tk-06b907dffae1e534e41e72b16bcb68c8aa30e594.zip tk-06b907dffae1e534e41e72b16bcb68c8aa30e594.tar.gz tk-06b907dffae1e534e41e72b16bcb68c8aa30e594.tar.bz2 |
Gnome3 behaves differently when the root window is involved. More intricate
logic is needed to handle that case.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixWm.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 1025eed..224016b 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -1777,7 +1777,9 @@ test unixWm-49.2 {Tk_GetRootCoords procedure, menubars} {unix testmenubar} { } {52 7 12 62} deleteWindows -wm iconify . +# added temporarily because the root was not being iconified on Ubuntu. +wm geometry . +1000+1000 +#wm iconify . test unixWm-50.1 {Tk_CoordsToWindow procedure, finding a toplevel, x-coords} unix { update toplevel .t -width 300 -height 400 -bg green |