From 47b21dd4c6768e0410e4a73350be75bfb1123188 Mon Sep 17 00:00:00 2001 From: Luca Rood Date: Thu, 2 Feb 2017 03:14:52 -0200 Subject: OpenGL immediate mode: transform_snap.c and part of drawnode.c Also converted ED_node_draw_snap from drawnode.c Committing these together, as they are inter-dependent. Part of T49043 --- source/blender/editors/include/ED_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_node.h') diff --git a/source/blender/editors/include/ED_node.h b/source/blender/editors/include/ED_node.h index f7b9d6b4f9e..b4cf96f27bf 100644 --- a/source/blender/editors/include/ED_node.h +++ b/source/blender/editors/include/ED_node.h @@ -75,7 +75,7 @@ void ED_init_custom_node_socket_type(struct bNodeSocketType *stype); void ED_init_standard_node_socket_type(struct bNodeSocketType *stype); void ED_init_node_socket_type_virtual(struct bNodeSocketType *stype); void ED_node_sample_set(const float col[4]); -void ED_node_draw_snap(struct View2D *v2d, const float cent[2], float size, NodeBorder border); +void ED_node_draw_snap(struct View2D *v2d, const float cent[2], float size, NodeBorder border, unsigned pos); /* node_draw.c */ void ED_node_tree_update(const struct bContext *C); -- cgit v1.2.3