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>2022-04-03 08:00:42 +0300
committerHans Goudey <h.goudey@me.com>2022-04-03 08:00:42 +0300
commitbe699936af7b86ae542f7cc73caf56ab9de350d3 (patch)
treed1b0e622254daf1edcd946f428b6d3fc08f91014 /source/blender/windowmanager/gizmo/WM_gizmo_types.h
parent79ff65d07bac0ecf0170542f86dc03a0228b53d5 (diff)
Cleanup: Move interface View2D files to C++
Similar to 4537eb0c3b1678a6235
Diffstat (limited to 'source/blender/windowmanager/gizmo/WM_gizmo_types.h')
-rw-r--r--source/blender/windowmanager/gizmo/WM_gizmo_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/gizmo/WM_gizmo_types.h b/source/blender/windowmanager/gizmo/WM_gizmo_types.h
index c69658c516c..e30ea618fa4 100644
--- a/source/blender/windowmanager/gizmo/WM_gizmo_types.h
+++ b/source/blender/windowmanager/gizmo/WM_gizmo_types.h
@@ -84,6 +84,8 @@ typedef enum eWM_GizmoFlag {
WM_GIZMO_NO_TOOLTIP = (1 << 12),
} eWM_GizmoFlag;
+ENUM_OPERATORS(eWM_GizmoFlag, WM_GIZMO_NO_TOOLTIP);
+
/**
* #wmGizmoGroupType.flag
* Flags that influence the behavior of all gizmos in the group.