summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-05-01 18:53:51 +0100
committerKeith Whitwell <keithw@vmware.com>2009-05-08 14:57:29 +0100
commitd78b5952c10d5c65cd7d679b291c217ebd30cc4a (patch)
tree405b9c0a737b7ebed778643ec674c84442a41c7c
parent692263aad695c66669a0001fb3ac6d7a0bd84c94 (diff)
wgl: Add assertion for missing function.
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c
index 336eccef713..d532b1563b8 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_context.c
+++ b/src/gallium/state_trackers/wgl/shared/stw_context.c
@@ -64,6 +64,7 @@ stw_copy_context(
if (src && dst) {
/* FIXME */
+ assert(0);
(void) src;
(void) dst;
(void) mask;