win32: fix transparent-canvas support

original commit: fc4165ec4018ae89f6304d9648977384ee8988a2
This commit is contained in:
Matthew Flatt 2010-12-17 09:33:11 -07:00
parent c04212f538
commit f636975684

View File

@ -116,7 +116,7 @@
(let* ([surface (cairo_win32_surface_create hdc)]
[cr (cairo_create surface)])
(cairo_surface_destroy surface)
(backing-draw-bm cr bm (unbox w) (unbox h))
(backing-draw-bm bm cr (unbox w) (unbox h))
(cairo_destroy cr))))))
(define (request-flush-delay canvas)