]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/offscreen/offscreen-tests.factor
Merge branch 'factor:master' into feature-vm-prepare-image-reserved-fields
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
1 USING: windows.offscreen effects tools.test kernel images ;
2
3 { 1 1 } [ [ [ ] make-bitmap-image ] with-memory-dc ] must-infer-as
4 { t } [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test