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
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