Add a printf method to winsys. Not currently used.

This commit is contained in:
Keith Whitwell 2007-08-10 09:55:40 +01:00
parent 6e3c01578e
commit af25ca6e69

View file

@ -50,6 +50,10 @@ struct pipe_buffer_handle;
struct softpipe_winsys {
/* debug output
*/
void (*printf)( const char *, ... );
/* The buffer manager is modeled after the dri_bugmgr interface,
* but this is the subset that softpipe cares about. Remember that