]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/offscreen/offscreen-tests.factor
scryfall: better moxfield words
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
1 IN: windows.offscreen.tests
2 USING: windows.offscreen effects tools.test kernel images ;
3
4 { 1 1 } [ [ [ ] make-bitmap-image ] with-memory-dc ] must-infer-as
5 [ t ] [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test