]> git.lyx.org Git - lyx.git/blobdiff - src/UpdateFlags.h
add config.h
[lyx.git] / src / UpdateFlags.h
index 25bb2af740683db55375622abe3d1dad8f4a2341..d092e74b3e4b92981ee7951ac976391949924407 100644 (file)
@@ -20,7 +20,8 @@ namespace Update {
                FitCursor = 1,
                Force = 2,
                SinglePar = 4,
-               MultiParSel = 8
+               MultiParSel = 8,
+               Decoration = 16
        };
 
 inline flags operator|(flags const f, flags const g)