summaryrefslogtreecommitdiff
path: root/gsk/gskrendernode.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-08-08 19:34:03 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-10-18 11:49:13 +0100
commit56c93a7661e46ed542e341757a141c9f83c6204c (patch)
tree01cc6135a65487be865b13a10693a6afd821434a /gsk/gskrendernode.h
parentfd4a1cdad60fd291abd59dd5b13905430a674d99 (diff)
downloadgtk+-56c93a7661e46ed542e341757a141c9f83c6204c.tar.gz
gsk: Remove child-transform from render nodes
The child-transform is useful only if we also provide clipping to the parent nodes, otherwise children will just be drawn outside of the parent's bounds. We'll introduce child transforms either at a higher layer, or once we add clipping support to GskRenderNode.
Diffstat (limited to 'gsk/gskrendernode.h')
-rw-r--r--gsk/gskrendernode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gsk/gskrendernode.h b/gsk/gskrendernode.h
index ced2630872..afeab20219 100644
--- a/gsk/gskrendernode.h
+++ b/gsk/gskrendernode.h
@@ -98,9 +98,6 @@ GDK_AVAILABLE_IN_3_22
void gsk_render_node_set_anchor_point (GskRenderNode *node,
const graphene_point3d_t *offset);
GDK_AVAILABLE_IN_3_22
-void gsk_render_node_set_child_transform (GskRenderNode *node,
- const graphene_matrix_t *transform);
-GDK_AVAILABLE_IN_3_22
void gsk_render_node_set_opacity (GskRenderNode *node,
double opacity);
GDK_AVAILABLE_IN_3_22