mirror of https://github.com/fltk/fltk.git
Browse Source
This commit adds a cairo_surface flush after calling the draw callback. This fixes the test/cairo_test demo program under Windows. At least under Windows the Cairo callback used in Fl_Cairo_Window didn't draw anything with current Windows 10, MinGW (32-bit) and Cairo 1.15.12 for Windows. It worked well under Linux though. Anyway, the flush should do no harm.pull/26/head
1 changed files with 9 additions and 4 deletions
Loading…
Reference in new issue