diff options
author | Keith Packard <keithp@keithp.com> | 2014-03-13 23:11:40 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-03-26 12:58:40 -0700 |
commit | 209d004469391420130262059af43a813b2c07d7 (patch) | |
tree | 402eacdeb8bd66df4d35c59616bfe62ef5b42f24 /glamor/glamor_priv.h | |
parent | 82f91433e277e3711678c1b16be85e89b6c7d530 (diff) |
glamor: Add bounding box to one-fbo pixmaps
This lets code treat the one-fbo pixmaps more symmetrically with the
tiled pixmaps.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/glamor_priv.h')
-rw-r--r-- | glamor/glamor_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 833450e70..22b561dd4 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -415,6 +415,7 @@ typedef struct glamor_pixmap_private_base { unsigned char gl_tex:1; glamor_pixmap_fbo *fbo; PixmapPtr pixmap; + BoxRec box; int drm_stride; glamor_screen_private *glamor_priv; PicturePtr picture; |