]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lfuns.h
index 693fb622cb71899781d8e4da118e5c261f8a5c54..486c51b879cc5aa69d2f743d0cff279dc5895ccb 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <iosfwd>
 
+
+namespace lyx {
+
 /** These are all the lyx functions, the main mechanism
  * through which the frontends communicate with the core.
  *
@@ -366,10 +369,21 @@ enum kb_action {
        // 280
        LFUN_INSET_DISSOLVE,                 // jspitzm 20060807
        LFUN_CHANGE_NEXT,
+       LFUN_WINDOW_NEW,                 // Abdel 20061021
+       LFUN_WINDOW_CLOSE,               // Abdel 20061023
+       LFUN_UNICODE_INSERT,             // Lgb 20061022
+       // 285
+       LFUN_BOOKMARK_CLEAR,             // bpeng 20061031
+       LFUN_TOOLBAR_TOGGLE_STATE,       // bpeng 20061101
+       LFUN_NOMENCL_INSERT,                    // Ugras
+       LFUN_NOMENCL_PRINT,                     // Ugras
 
        LFUN_LASTACTION                  // end of the table
 };
 
 std::ostream & operator<<(std::ostream &, kb_action);
 
+
+} // namespace lyx
+
 #endif // LFUNS_H