This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from d2dad68 x2gokdrive.c: Rename RandR Output name to X2GoKdrive-0, not X2GoEphyr-0. new f3971c9 x2gokdriveselection.c: Re-add static prototype of create_selection_window to .c file. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gokdriveselection.c | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
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