This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit f3971c96c98b41009ee444dae244f5042f30dc2d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 16 23:49:16 2019 +0200 x2gokdriveselection.c: Re-add static prototype of create_selection_window to .c file. --- x2gokdriveselection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x2gokdriveselection.c b/x2gokdriveselection.c index 7b944b3..a1dfaa8 100644 --- a/x2gokdriveselection.c +++ b/x2gokdriveselection.c @@ -52,6 +52,8 @@ static int (*proc_send_event_orig)(ClientPtr); static int (*proc_convert_selection_orig)(ClientPtr); static int (*proc_change_property_orig)(ClientPtr); +static int create_selection_window(void); + int own_selection(int target) { Selection *pSel = NULL; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git