diff options
author | Christian König <[email protected]> | 2011-04-27 16:50:34 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-27 16:50:34 +0200 |
commit | 563f6c225c75b2344e0f4cd5011540a21fac9abf (patch) | |
tree | 633fc6f33d7f506f154227d6db8edd85bc061d09 /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | 221e1b7ababe67efe80f38f8ab2236be5cacfddf (diff) |
[g3dvl] make clear color configureable
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 725dcc15a13..33d2a20733d 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -72,6 +72,7 @@ struct vl_compositor void *fs_palette; void *fs_rgba; + float clear_color[4]; struct vertex2f dirty_tl, dirty_br; unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS; |