[X2Go-Commits] [nx-libs] 01/01: nx-X11: fix typo in previous commit.
git-admin at x2go.org
git-admin at x2go.org
Sun Mar 29 05:08:23 CEST 2015
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 at 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
More information about the x2go-commits
mailing list