]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
get rid of LYX_LIBS
[lyx.git] / src / debug.h
index 38c0b7e3df2514c91b5252a2ff7e3592c97f4b27..654c7835f9b05a8f648ccf37373b63f8f427f925 100644 (file)
@@ -70,7 +70,9 @@ struct Debug {
                ///
                WORKAREA   = (1 << 19),
                ///
-               INSETTEXT  = (1 << 20)
+               INSETTEXT  = (1 << 20),
+               ///
+               GRAPHICS   = (1 << 21)
        };
        ///
        static type const ANY;