summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
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 {