summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_context.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.h b/src/gallium/state_trackers/wgl/shared/stw_context.h
index b289615272..166471de5e 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.h
@@ -35,8 +35,9 @@ struct st_context;
struct stw_context
{
struct st_context *st;
+ UINT_PTR hglrc;
+ int iPixelFormat;
HDC hdc;
- DWORD color_bits;
};
#endif /* STW_CONTEXT_H */