]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / debug.h
index af7b04067e08b20c66e9dd7f6fa18cfe8e4dc012..5e7d9a1d39514124a4ab3ecd870f529cca2b3c6e 100644 (file)
 #define LYXDEBUG_H
 
 #include "support/debugstream.h"
+#include "support/docstring.h"
+
+
+namespace lyx {
 
 /** Ideally this should have been a namespace, but since we try to be
  *  compilable on older C++ compilators too, we use a struct instead.
@@ -74,6 +78,8 @@ public:
                ///
                EXTERNAL   = (1 << 23),
                ///
+               PAINTING   = (1 << 24),
+               ///
                DEBUG      = (1 << 31),
                ///
                ANY = 0xffffffff
@@ -114,4 +120,7 @@ typedef LyXErr::debug Debug;
 
 extern LyXErr lyxerr;
 
+
+} // namespace lyx
+
 #endif