1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-09 21:52:10 -05:00

GTK: correct a comment calling Cairo surface "client-side"

Our Cairo backing surface can be server-side now.  Indeed I think it
always is under GTK 2 where that comment applies.
This commit is contained in:
Ben Harris 2025-04-30 23:40:48 +01:00
parent c60b2832f4
commit 647d5a49d2

View File

@ -979,7 +979,7 @@ gint expose_area(GtkWidget *widget, GdkEventExpose *event, gpointer data)
}
#else
/*
* Failing that, draw from the client-side Cairo surface. (We
* Failing that, draw from the backing Cairo surface. (We
* should never be compiled in a context where we have _neither_
* inst->surface nor inst->pixmap.)
*/