From be699936af7b86ae542f7cc73caf56ab9de350d3 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sun, 3 Apr 2022 00:00:42 -0500 Subject: Cleanup: Move interface View2D files to C++ Similar to 4537eb0c3b1678a6235 --- source/blender/windowmanager/gizmo/WM_gizmo_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/windowmanager/gizmo') 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. -- cgit v1.2.3