win32: fix transparent-canvas support
This commit is contained in:
parent
f700a15d85
commit
fc4165ec40
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user