]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / debug.h
index e58ed1ccb6c3162c571cc1b5e0059c64686affae..654c7835f9b05a8f648ccf37373b63f8f427f925 100644 (file)
@@ -66,15 +66,15 @@ struct Debug {
                ///
                INSETS     = (1 << 17),
                ///
-               FILES      = (1 << 18)
+               FILES      = (1 << 18),
+               ///
+               WORKAREA   = (1 << 19),
+               ///
+               INSETTEXT  = (1 << 20),
+               ///
+               GRAPHICS   = (1 << 21)
        };
        ///
-//     static const type ANY = type(INFO | INIT | KEY | GUI |
-//                                  PARSER | LYXRC | KBMAP | LATEX |
-//                                  MATHED | FONT | TCLASS | LYXVC |
-//                                  LYXSERVER | ROFF | ACTION | LYXLEX |
-//                                  DEPEND | INSETS);
-       ///
        static type const ANY;
 
        /** A function to convert symbolic string names on debug levels