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

@ -25,7 +25,6 @@
#include "gtkborder.h"
#include "gtkcssimageprivate.h"
#include "gtkcssvalueprivate.h"
#include "gtkthemingengine.h"
G_BEGIN_DECLS
@ -40,7 +39,7 @@ struct _GtkBorderImage {
};
gboolean _gtk_border_image_init (GtkBorderImage *image,
GtkThemingEngine *engine);
GtkStyleContext *context);
void _gtk_border_image_render (GtkBorderImage *image,
const double border_width[4],