wgl: Add assertion for missing function.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 1 May 2009 17:53:51 +0000 (18:53 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 8 May 2009 09:04:13 +0000 (10:04 +0100)
src/gallium/state_trackers/wgl/shared/stw_context.c

index 336ecce..d532b15 100644 (file)
@@ -64,6 +64,7 @@ stw_copy_context(
 
    if (src && dst) { 
       /* FIXME */
+      assert(0);
       (void) src;
       (void) dst;
       (void) mask;