]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.h
zipunzip.cpp: Replace makedir etc with versions in support::FileName, fix a bug in...
[lyx.git] / src / support / debug.h
index 07684bef825abca29d142c692f1021bcd37b6bf1..056e610955280e7c690433a06ef95514ad06dc54 100644 (file)
@@ -90,6 +90,10 @@ namespace Debug {
                ///
                PAINTING   = (1 << 24),
                ///
+               SCROLLING  = (1 << 25),
+               ///
+               MACROS     = (1 << 26),
+               ///
                DEBUG      = (1 << 31),
                ///
                ANY = 0xffffffff