Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1283)

Unified Diff: source/blender/windowmanager/WM_types.h

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/windowmanager/WM_types.h
===================================================================
--- source/blender/windowmanager/WM_types.h (revision 54826)
+++ source/blender/windowmanager/WM_types.h (working copy)
@@ -239,6 +239,9 @@
#define NC_MOVIECLIP (20<<24)
#define NC_MASK (21<<24)
#define NC_GPENCIL (22<<24)
+#ifdef WITH_FREESTYLE
+# define NC_LINESTYLE (23<<24)
+#endif
/* data type, 256 entries is enough, it can overlap */
#define NOTE_DATA 0x00FF0000

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b