summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_winsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_winsys.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_winsys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_winsys.h b/src/mesa/pipe/softpipe/sp_winsys.h
index 726e4c8bb6..d8ae971188 100644
--- a/src/mesa/pipe/softpipe/sp_winsys.h
+++ b/src/mesa/pipe/softpipe/sp_winsys.h
@@ -35,8 +35,8 @@
*/
struct softpipe_winsys {
- const unsigned *(*supported_formats)(struct softpipe_winsys *sws,
- unsigned *numFormats);
+ boolean (*is_format_supported)( struct softpipe_winsys *sws,
+ uint format );
};