Commit f1ab3f27 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11: fix typo in previous commit.

Cherry-picked from branch 3.5.0.x.
parent 0d56c45a
...@@ -325,7 +325,7 @@ SetPictureFilter (PicturePtr pPicture, char *name, int len, xFixed *params, int ...@@ -325,7 +325,7 @@ SetPictureFilter (PicturePtr pPicture, char *name, int len, xFixed *params, int
pPicture->filter = pFilter->id; pPicture->filter = pFilter->id;
if (pPicture->pDrawable) { if (pPicture->pDrawable) {
PictureScreenPtr ps = GetPictureScreen (pscreen); PictureScreenPtr ps = GetPictureScreen (pScreen);
int result; int result;
result = (*ps->ChangePictureFilter) (pPicture, pPicture->filter, 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