This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.5.0.x in repository nx-libs. from 52224aa nx-X11: handle source pictures (those without a Drawable surface) gracefully. new da6bb07 nx-X11: fix typo in previous patch. 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: debian/changelog | 3 +++ .../0017_nx-X11_fix-SetPictureFilter.full.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/nx-libs.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.5.0.x in repository nx-libs. commit da6bb07a0fbdbe75d46ac0ff1afb45cf7817e0f0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Mar 29 04:52:40 2015 +0200 nx-X11: fix typo in previous patch. Affects: - 0017_nx-X11_fix-SetPictureFilter.full.patch --- debian/changelog | 3 +++ .../0017_nx-X11_fix-SetPictureFilter.full.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bb1b711..6368b31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low gracefully. Adds: - 0017_nx-X11_fix-SetPictureFilter.full.patch + * nx-X11: fix typo in previous patch. + Affects: + - 0017_nx-X11_fix-SetPictureFilter.full.patch -- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100 diff --git a/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch b/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch index cf24681..a6f978c 100644 --- a/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch +++ b/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch @@ -97,7 +97,7 @@ Abstract: pPicture->filter = pFilter->id; + + if (pPicture->pDrawable) { -+ PictureScreenPtr ps = GetPictureScreen (pscreen); ++ PictureScreenPtr ps = GetPictureScreen (pScreen); + int result; + + result = (*ps->ChangePictureFilter) (pPicture, pPicture->filter, -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git