mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Now these don't have to be public.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9098af80aa
commit
be0991288a
@ -96,13 +96,13 @@ public:
|
||||
/// length of sequence
|
||||
size_t length() const { return sequence.size(); }
|
||||
|
||||
private:
|
||||
/// Keymap to use if a new sequence is starting
|
||||
KeyMap * stdmap;
|
||||
|
||||
/// Keymap to use for the next key
|
||||
KeyMap * curmap;
|
||||
|
||||
private:
|
||||
/**
|
||||
* Array holding the current key sequence as KeySyms.
|
||||
* If sequence[length - 1] < 0xff it can be used as ISO8859 char
|
||||
|
Loading…
Reference in New Issue
Block a user