This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from 47ef330 Merge branch 'uli42-pr/reenable_xc-misc' into 3.6.x new f66820b panoramiX: fix includes new 70e1e6a Merge branch 'uli42-pr/fix_xext_includes' into 3.6.x The 2 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: nx-X11/programs/Xserver/Xext/panoramiXSwap.c | 4 ++-- nx-X11/programs/Xserver/Xext/panoramiXprocs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit f66820b57a8f630646cc87016c9db12754d8eaa4 Author: Ulrich Sibiller <uli42@gmx.de> Date: Mon Jan 8 23:08:51 2018 +0100 panoramiX: fix includes --- nx-X11/programs/Xserver/Xext/panoramiXSwap.c | 4 ++-- nx-X11/programs/Xserver/Xext/panoramiXprocs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nx-X11/programs/Xserver/Xext/panoramiXSwap.c b/nx-X11/programs/Xserver/Xext/panoramiXSwap.c index 218d83d..c597da3 100644 --- a/nx-X11/programs/Xserver/Xext/panoramiXSwap.c +++ b/nx-X11/programs/Xserver/Xext/panoramiXSwap.c @@ -28,8 +28,8 @@ Equipment Corporation. #endif #include <stdio.h> -#include <X11/X.h> -#include <X11/Xproto.h> +#include <nx-X11/X.h> +#include <nx-X11/Xproto.h> #include "misc.h" #include "cursor.h" #include "cursorstr.h" diff --git a/nx-X11/programs/Xserver/Xext/panoramiXprocs.c b/nx-X11/programs/Xserver/Xext/panoramiXprocs.c index 93626bb..0532135 100644 --- a/nx-X11/programs/Xserver/Xext/panoramiXprocs.c +++ b/nx-X11/programs/Xserver/Xext/panoramiXprocs.c @@ -31,8 +31,8 @@ Equipment Corporation. #endif #include <stdio.h> -#include <X11/X.h> -#include <X11/Xproto.h> +#include <nx-X11/X.h> +#include <nx-X11/Xproto.h> #include "windowstr.h" #include "dixfontstr.h" #include "gcstruct.h" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 70e1e6a011126aa027456ad4b3163f67d72c034f Merge: 47ef330 f66820b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 8 23:43:28 2018 +0100 Merge branch 'uli42-pr/fix_xext_includes' into 3.6.x Attributes GH PR #629: https://github.com/ArcticaProject/nx-libs/pull/629 nx-X11/programs/Xserver/Xext/panoramiXSwap.c | 4 ++-- nx-X11/programs/Xserver/Xext/panoramiXprocs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git