1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-25 00:28:45 -05:00
Ben Harris c93a225b97 GTK: use cairo_paint() to copy from backing store to screen
I just found cairo_paint() while wandering the Cairo documentation.  It
just fills the entire clip region with data from the current source,
which is precisely what draw_area() wants to do.  This is simpler for us
than requesting the bounding rectangle of the clipping region and then
filling it, and as far as I can tell the clipping rectangle generally
covers the whole window anyway.
2025-04-28 23:24:48 +01:00
..
2022-05-05 19:04:34 +01:00
2023-12-18 14:47:48 +00:00