]> git.eshelyaron.com Git - emacs.git/commit
Support tool bar icon image on GTK+ >= 3.10 with cairo
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 26 Mar 2019 05:50:10 +0000 (14:50 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 26 Mar 2019 05:50:10 +0000 (14:50 +0900)
commitb40db491cbbfd30e495d049c133667ebed828e2a
tree91fbc39901dc87f0c1560e4ce471aeb94b3c6d7a
parent75b7b2cf7cfd39dd595fa27ddeef859ed85861bb
Support tool bar icon image on GTK+ >= 3.10 with cairo

* src/gtkutil.c (xg_get_image_for_pixmap) [USE_CAIRO]: Use cairo image
surface for GtkImage source.
(xg_tool_item_stale_p, update_frame_tool_bar) [USE_CAIRO]: Use cairo
image surface instead of pixmap for data associated with tool bar item.
src/gtkutil.c