From da3d1e9165f4d0ffcb04645aded3eea489fd6cdd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 7 Sep 2022 12:52:05 +1000 Subject: Cleanup: spelling in comments, correct doxy slashes, replace '/w' --- source/blender/windowmanager/WM_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h index 6526b7bec0e..ba1d8d3ccb7 100644 --- a/source/blender/windowmanager/WM_types.h +++ b/source/blender/windowmanager/WM_types.h @@ -416,8 +416,8 @@ typedef struct wmNotifier { #define ND_POINTCACHE (28 << 16) #define ND_PARENT (29 << 16) #define ND_LOD (30 << 16) -#define ND_DRAW_RENDER_VIEWPORT \ - (31 << 16) /* for camera & sequencer viewport update, also /w NC_SCENE */ +/** For camera & sequencer viewport update, also with #NC_SCENE. */ +#define ND_DRAW_RENDER_VIEWPORT (31 << 16) #define ND_SHADERFX (32 << 16) /* For updating motion paths in 3dview. */ #define ND_DRAW_ANIMVIZ (33 << 16) -- cgit v1.2.3