chiark / gitweb /
GTK 3 prep: make the server-side backing pixmap optional.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:28:02 +0000 (12:28 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:04 +0000 (16:07 +0100)
commitfd7882fb45829e38d2aa2f44169ae657a229ccec
tree1ca4abe2d4149e95bb2c89b961a76465727df85b
parent07906104a2a67221913aebc5f0a5c1e00f3869d9
GTK 3 prep: make the server-side backing pixmap optional.

When GDK_DISABLE_DEPRECATED is defined, we now don't have fe->pixmap;
instead we just maintain our client-side window contents in fe->image,
and draw from there directly to the window in the expose handler.
gtk.c