summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/wgl/shared/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_pixelformat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
index da26df5c64..982de22666 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -83,5 +83,14 @@ stw_pixelformat_describe(
UINT nBytes,
LPPIXELFORMATDESCRIPTOR ppfd );
+int
+stw_pixelformat_get(
+ HDC hdc );
+
+BOOL
+stw_pixelformat_set(
+ HDC hdc,
+ int iPixelFormat );
+
#endif /* PIXELFORMAT_H */