diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-23 23:11:32 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-04-03 21:28:11 +0200 |
commit | ba5183f80836042ce90be7dde29cc2c5f13baf9d (patch) | |
tree | e0187f5f783d6140969ac63ad4066dfafe3a30cf /nx-X11/programs/Xserver/hw/nxagent/Init.c | |
parent | f12012b15b2c761172ca863bb4b76383ec0b3ee5 (diff) | |
download | nx-libs-ba5183f80836042ce90be7dde29cc2c5f13baf9d.tar.gz nx-libs-ba5183f80836042ce90be7dde29cc2c5f13baf9d.tar.bz2 nx-libs-ba5183f80836042ce90be7dde29cc2c5f13baf9d.zip |
Init keystrokes at startup and reconnect
no more late initialization
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Init.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Init.c b/nx-X11/programs/Xserver/hw/nxagent/Init.c index f15f2cb0a..014ab17f9 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Init.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Init.c @@ -69,6 +69,7 @@ is" without express or implied warranty. #include "Font.h" #include "Millis.h" #include "Error.h" +#include "Keystroke.h" #include <nx/NX.h> #include "compext/Compext.h" @@ -406,6 +407,8 @@ FIXME: These variables, if not removed at all because have probably */ blackRoot = TRUE; + + nxagentInitKeystrokes(False); } void |