summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-11-28 16:16:22 +0100
committerJulien Cristau <jcristau@debian.org>2008-11-28 16:16:22 +0100
commit00f2e30d0b8296668776d62a4c47f96bf95faa08 (patch)
tree85d77f955c5975e00d1d3b0ff85ae4832ceda441
parent377126fdaf1094354d54b1743f9d2bf1f2de1e0c (diff)
Set attr->pendingNparams in XRRGetCrtcTransform()transform-proposal
-rw-r--r--src/XrrCrtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XrrCrtc.c b/src/XrrCrtc.c
index f4d9322..66dbc67 100644
--- a/src/XrrCrtc.c
+++ b/src/XrrCrtc.c
@@ -444,6 +444,7 @@ XRRGetCrtcTransform (Display *dpy,
e += 4;
attr->pendingParams[p] = (XFixed) f;
}
+ attr->pendingNparams = rep.pendingNparamsFilter;
memcpy (attr->currentFilter, e, rep.currentNbytesFilter);
attr->currentFilter[rep.currentNbytesFilter] = '\0';