.
original commit: 74976f8239d80f33eec286eb8497e681acb02888
This commit is contained in:
parent
ed38f13fcb
commit
6b15485233
|
@ -53,7 +53,7 @@
|
||||||
(stvals '(0 0) f client->screen x y))
|
(stvals '(0 0) f client->screen x y))
|
||||||
(let-values ([(cw ch) (send f get-client-size)]
|
(let-values ([(cw ch) (send f get-client-size)]
|
||||||
[(w h) (send f get-size)])
|
[(w h) (send f get-size)])
|
||||||
(test #t `(client-size ,f ,cw ,ch ,w h) (and (<= 1 cw w) (<= 1 ch h))))
|
(test #t `(client-size ,f ,cw ,ch ,w ,h) (and (<= 1 cw w) (<= 1 ch h))))
|
||||||
(stv f refresh))
|
(stv f refresh))
|
||||||
|
|
||||||
(define (area-tests f sw? sh? no-stretch?)
|
(define (area-tests f sw? sh? no-stretch?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user