added RootMenu action

This commit is contained in:
fluxgen 2002-04-09 09:40:18 +00:00
parent 45364e82b3
commit b7ca86795e
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//$Id: Keys.cc,v 1.13 2002/03/18 20:25:42 fluxgen Exp $
//$Id: Keys.cc,v 1.14 2002/04/09 09:40:18 fluxgen Exp $
#ifdef HAVE_CONFIG_H
# include "config.h"
@ -123,6 +123,7 @@ Keys::t_actionstr Keys::m_actionlist[] = {
{"HorizontalDecrement", HORIZDEC},
{"VerticalDecrement", VERTDEC},
{"ToggleDecor", TOGGLEDECOR},
{"RootMenu", ROOTMENU},
{0, LASTKEYGRAB}
};

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Keys.hh,v 1.9 2002/02/26 22:20:24 fluxgen Exp $
// $Id: Keys.hh,v 1.10 2002/04/09 09:40:18 fluxgen Exp $
#ifndef KEYS_HH
#define KEYS_HH
@ -53,6 +53,7 @@ public:
BIGNUDGERIGHT, BIGNUDGELEFT, BIGNUDGEUP, BIGNUDGEDOWN,
HORIZINC, VERTINC, HORIZDEC, VERTDEC,
TOGGLEDECOR,
ROOTMENU,
LASTKEYGRAB
};