This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 629362d3db29d8e26ce8c1b592e97f1773e626f8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 16 14:53:41 2019 +0200 x2gokdriveinit.c: Provide prototypes for ephyrInitFake and ddxInputThread (if not ifdef'ed out). --- x2gokdriveinit.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c index f01685d..ff02396 100644 --- a/x2gokdriveinit.c +++ b/x2gokdriveinit.c @@ -57,6 +57,14 @@ void processScreenOrOutputArg(const char *screen_size, const char *output, char void processOutputArg(const char *output, char *parent_id); void processScreenArg(const char *screen_size, char *parent_id); +#if XORG_VERSION_CURRENT < 11999901 +int ephyrInitFake(void); +#endif /* XORG_VERSION_CURRENT */ + +#if INPUTTHREAD +void ddxInputThreadInit(void); +#endif /* INPUTTHREAD */ + int main(int argc, char *argv[], char *envp[]) { -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git