]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.h
there is no trunk/src/intl folder
[lyx.git] / src / support / debug.h
index 174b3dcd3b327b1e45316f8abe28b771923c2ce6..d1cd19b112306a9f144badb87e18fa4710100c7b 100644 (file)
@@ -92,6 +92,10 @@ namespace Debug {
                ///
                SCROLLING  = (1 << 25),
                ///
+               MACROS     = (1 << 26),
+               ///     rtl-related
+               RTL        = (1 << 27),
+               ///
                DEBUG      = (1 << 31),
                ///
                ANY = 0xffffffff