This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 5def750d82568f5f8093c0cc0d2134648aaeb51c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 17 12:13:02 2019 +0200 Add ddxInputThread call from os layer into ddx layer Backported from Xephyr / X.org: commit 4ad21c3247d98ac6c5ad71fa36be60ed04f7c92c Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Thu Feb 21 15:22:57 2019 -0800 Add ddxInputThread call from os layer into ddx layer Allows ddx's to run additional code as necessary to set up the input thread. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Backported-to-X2GoKDrive-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> --- x2gokdriveinit.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c index 44d791b..a262320 100644 --- a/x2gokdriveinit.c +++ b/x2gokdriveinit.c @@ -130,6 +130,15 @@ CloseInput(void) KdCloseInput(); } +#if INPUTTHREAD +/** This function is called in Xserver/os/inputthread.c when starting + the input thread. */ +void +ddxInputThreadInit(void) +{ +} +#endif + #ifdef DDXBEFORERESET void ddxBeforeReset(void) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git