borderimage: Use style context as argument

... not the theming engine.
This commit is contained in:
Benjamin Otte
2014-08-16 19:00:03 +02:00
parent 04bf3d1e1f
commit 1a143cd272
3 changed files with 7 additions and 8 deletions

View File

@ -1766,7 +1766,7 @@ render_frame_internal (GtkThemingEngine *engine,
gtk_theming_engine_hide_border_sides (border_width, border_style, hidden_side);
if (_gtk_border_image_init (&border_image, engine))
if (_gtk_border_image_init (&border_image, engine->priv->context))
_gtk_border_image_render (&border_image, border_width, cr, x, y, width, height);
else
{