]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Replace the hardcoded TEXT_TO_INSET_OFFSET by tunable values
[lyx.git] / src / FuncCode.h
index e94a7873ac33c7823cf8af5f812cb9a965e4b8c6..762bc035caf96562b384e84ab0cf0abfb4b104d6 100644 (file)
@@ -488,6 +488,8 @@ enum FuncCode
        LFUN_BIDI,
        // 380
        LFUN_BUFFER_RESET_EXPORT,       // spitz 20191226
+       LFUN_MASTER_BUFFER_FORALL,      // spitz 20191231
+       LFUN_IF_RELATIVES,              // spitz 20200102
        LFUN_LASTACTION                 // end of the table
 };