Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-12-03 19:05:59 +0300
committerHans Goudey <h.goudey@me.com>2021-12-03 19:05:59 +0300
commitcb0fbe1fde4753a8521e3972e5fcaf852ea20f4c (patch)
tree95ab08b491eabad595802d33aa07dfd6ee553a7b /source/blender/editors/space_node/node_intern.hh
parentab927f5ca7a35393ea28de56e7a8d2a938c5de34 (diff)
Cleanup: Use typed enum for node resize direction
Diffstat (limited to 'source/blender/editors/space_node/node_intern.hh')
-rw-r--r--source/blender/editors/space_node/node_intern.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_intern.hh b/source/blender/editors/space_node/node_intern.hh
index 6dc57c1fb79..7a1bd918745 100644
--- a/source/blender/editors/space_node/node_intern.hh
+++ b/source/blender/editors/space_node/node_intern.hh
@@ -97,7 +97,7 @@ void node_link_calculate_multi_input_position(const float socket_x,
int node_get_colorid(bNode *node);
void node_draw_extra_info_panel(const SpaceNode *snode, const bNode *node);
-int node_get_resize_cursor(int directions);
+int node_get_resize_cursor(NodeResizeDirection directions);
void node_draw_shadow(const SpaceNode *snode, const bNode *node, float radius, float alpha);
void node_draw_default(const bContext *C,
ARegion *region,