Allow to use -gtk-icon-source for handles

This will let us use icons for touch selection handles, once
they use gtk_render_handle.
This commit is contained in:
Matthias Clasen 2014-07-13 13:56:14 -04:00
parent 5641fba7c6
commit f8950bf878

View File

@ -2252,6 +2252,9 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
gint xx, yy;
gboolean has_image;
if (render_icon_image (engine, cr, x, y, width, height))
return;
cairo_save (cr);
flags = gtk_theming_engine_get_state (engine);