summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-28 13:43:10 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2009-01-28 13:43:10 +0000
commitc3d744f5bbdc24792183a9ee162ebc6cb5f8d1f6 (patch)
treeef61a75a12fc30eaf88a2beafccf11591aba43ea /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parentcb70d27dd1b04ae7dc146d06a21fb32004265539 (diff)
stw: move pixelformat_get/set to shared
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 */