mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022590: Migration to FreeImage - revision of Xw and WNT packages
Clean up Xw package from outdated and unused functionality Adjusting test case for current state of master
This commit is contained in:
@@ -15,14 +15,14 @@ XShow D
|
||||
vfit
|
||||
vsetdispmode 1
|
||||
|
||||
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
|
||||
set x1 150
|
||||
set y1 210
|
||||
} else {
|
||||
set x1 240
|
||||
set y1 299
|
||||
}
|
||||
checkcolor $x1 $y1 0.67 0.67 0.67
|
||||
puts "Point color test:"
|
||||
set x1 310
|
||||
set y1 225
|
||||
set r1 0.04
|
||||
set g1 0.04
|
||||
set b1 0.67
|
||||
|
||||
checkcolor $x1 $y1 $r1 $g1 $b1
|
||||
|
||||
set only_screen 1
|
||||
|
||||
|
Reference in New Issue
Block a user