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 17:07:15 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2009-01-28 17:07:49 +0000
commit66059cd3c95bf5eba7922a4a09c2596514e5e956 (patch)
treefc7fa8d301820f70ab0a2db18a88669df24abea4 /src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
parent54688ebdb259c5e8878817a411e24bd98efb8012 (diff)
stw: move get_proc_address and extension functions 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.h3
1 files changed, 3 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 ab5dcfc672..ed855f08fd 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/shared/stw_pixelformat.h
@@ -93,5 +93,8 @@ stw_pixelformat_set(
HDC hdc,
int iPixelFormat );
+int stw_query_sample_buffers( void );
+int stw_query_samples( void );
+
#endif /* PIXELFORMAT_H */