summaryrefslogtreecommitdiff
path: root/gtk/gtkcsstransformvalueprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-18 16:01:56 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-18 21:44:25 +0100
commitd52fcd914c24c1cb01babbe7497b49a656fcbc25 (patch)
tree007c401df53bf1df76169d4ffe9bb92cc80072b4 /gtk/gtkcsstransformvalueprivate.h
parentfe23c3165ea13e5bc2b5bd750f866aa681913c45 (diff)
downloadgtk+-d52fcd914c24c1cb01babbe7497b49a656fcbc25.tar.gz
csstransform: Convert to use graphene_matrix_t
Pre-work to use 3D-transforms.
Diffstat (limited to 'gtk/gtkcsstransformvalueprivate.h')
-rw-r--r--gtk/gtkcsstransformvalueprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcsstransformvalueprivate.h b/gtk/gtkcsstransformvalueprivate.h
index 49411ff88d..00a8f8563e 100644
--- a/gtk/gtkcsstransformvalueprivate.h
+++ b/gtk/gtkcsstransformvalueprivate.h
@@ -28,8 +28,8 @@ G_BEGIN_DECLS
GtkCssValue * _gtk_css_transform_value_new_none (void);
GtkCssValue * _gtk_css_transform_value_parse (GtkCssParser *parser);
-gboolean _gtk_css_transform_value_get_matrix (const GtkCssValue *transform,
- cairo_matrix_t *matrix);
+gboolean gtk_css_transform_value_get_matrix (const GtkCssValue *transform,
+ graphene_matrix_t *matrix);
G_END_DECLS