Commit da6bb07a authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11: fix typo in previous patch.

Affects: - 0017_nx-X11_fix-SetPictureFilter.full.patch
parent 52224aa8
......@@ -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
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment