summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-10 10:14:13 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-10 13:26:35 +0100
commit3f2420e2e07b7ae0d2feec81178f998a1e46d631 (patch)
tree1533b7fc8fd8f761fde9bd1cb02b8cbb79c32f1c /src/gallium/state_trackers/wgl/shared/stw_context.c
parent2921a4903378e2bfc461322a5443cc013e7414c9 (diff)
wgl: Combine alpha pixelformat info in color.
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.c')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c
index 6eb1bd08d5..f7098198c0 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.c
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.c
@@ -115,7 +115,7 @@ stw_create_layer_context(
pf->color.redbits,
pf->color.greenbits,
pf->color.bluebits,
- pf->alpha.alphabits,
+ pf->color.alphabits,
0,
pf->depth.depthbits,
pf->depth.stencilbits,