summaryrefslogtreecommitdiff
path: root/src/Filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Filter.c')
-rw-r--r--src/Filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Filter.c b/src/Filter.c
index 5fe9df9..924b2a3 100644
--- a/src/Filter.c
+++ b/src/Filter.c
@@ -79,7 +79,7 @@ XRenderQueryFilters (Display *dpy, Drawable drawable)
if (!filters)
{
- _XEatData (dpy, (unsigned long) rep.length << 2);
+ _XEatDataWords(dpy, rep.length);
UnlockDisplay (dpy);
SyncHandle ();
return NULL;