summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-03-17 15:20:52 -0700
committerKeith Packard <keithp@keithp.com>2008-11-24 13:24:37 -0800
commit16c093afd4f6b30d889cacdc994b0024f9bd83d5 (patch)
tree5dd90dc1b42c34ec21b3eff95790e109b7dd7584 /randr/randrstr.h
parent1df02d7ddd44f84bcaefd6583af1a9141cb3c78b (diff)
Pass filter kernel size through transforms
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index cdaebe9bb..17d0a8b44 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -111,6 +111,8 @@ struct _rrTransform {
PictFilterPtr filter;
xFixed *params;
int nparams;
+ int width;
+ int height;
};
struct _rrCrtc {