diff options
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Events.h')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Events.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.h b/nx-X11/programs/Xserver/hw/nxagent/Events.h index c74fa151f..3e04222a2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Events.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Events.h @@ -1,6 +1,6 @@ /**************************************************************************/ /* */ -/* Copyright (c) 2001, 2011 NoMachine, http://www.nomachine.com/. */ +/* Copyright (c) 2001, 2009 NoMachine, http://www.nomachine.com/. */ /* */ /* NXAGENT, NX protocol compression and NX extensions to this software */ /* are copyright of NoMachine. Redistribution and use of the present */ @@ -29,15 +29,9 @@ enum HandleEventResult { doNothing = 0, doMinimize, - doDebugTree, doCloseSession, doStartKbd, doSwitchFullscreen, - doSwitchAllScreens, - doViewportMoveUp, - doViewportMoveLeft, - doViewportMoveRight, - doViewportMoveDown, doViewportLeft, doViewportUp, doViewportRight, |