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 0d56c45 nx-X11: handle source pictures (those without a Drawable surface) gracefully. new f1ab3f2 nx-X11: fix typo in previous commit. 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: nx-X11/programs/Xserver/render/filter.c | 2 +- 1 file changed, 1 insertion(+), 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.6.x in repository nx-libs. commit f1ab3f27bd319d60c63be69aa21c45e2582ebdc9 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Mar 29 04:53:52 2015 +0200 nx-X11: fix typo in previous commit. Cherry-picked from branch 3.5.0.x. --- nx-X11/programs/Xserver/render/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/programs/Xserver/render/filter.c b/nx-X11/programs/Xserver/render/filter.c index a9028e0..776bd42 100644 --- a/nx-X11/programs/Xserver/render/filter.c +++ b/nx-X11/programs/Xserver/render/filter.c @@ -325,7 +325,7 @@ SetPictureFilter (PicturePtr pPicture, char *name, int len, xFixed *params, int 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