chiark / gitweb /
GTK 3 port: provide a 'draw' handler.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:28:11 +0000 (12:28 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:04 +0000 (16:07 +0100)
commit37232c3c304d07fcfb8d8f512c0359a7f23fea82
tree262eeb20c11056c90e596b45619f1ae8187a9608
parent62c6312982c297ddb0d5c1633e5db678a0d75678
GTK 3 port: provide a 'draw' handler.

This is what GTK 3 uses in place of 'expose_event'. Also I've arranged
here for my internal USE_CAIRO_WITHOUT_PIXMAP setting to be enabled in
GTK3, as well as in GTK2 with deprecated functions disabled.
gtk.c