X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=bf7bf35638e729f283afa80a142e512a1cd142f3;hb=f7768c994dc6aa6c79c32a8eee77eaa41662f9a4;hp=bf83a5f330373c087ad83eace97c732edb7ba593;hpb=c7e6a677c4df14b0f2f7d701e1f1976c4005a629;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index bf83a5f330..bf7bf35638 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -21,6 +21,9 @@ namespace lyx { +// current LFUN format +static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature + class FuncRequest; class LyXErr; @@ -59,7 +62,7 @@ public: /// possible "permissions" for an action enum FuncAttribs { Noop = 0, //< Nothing special about this func - ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty + ReadOnly = 1, //< Can be used in RO mode (perhaps this should change) NoBuffer = 2, //< Can be used when there is no document open Argument = 4, //< Requires argument NoUpdate = 8, //< Does not (usually) require update