From c3092ead6427d04b7067c1d7d95163c7aa7b75b1 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Fri, 25 Apr 2003 00:57:42 +0000 Subject: Targets for building dristat and drmstat. --- tests/drmstat.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests') diff --git a/tests/drmstat.c b/tests/drmstat.c index 4edaeb38..9503fda9 100644 --- a/tests/drmstat.c +++ b/tests/drmstat.c @@ -414,3 +414,12 @@ int main(int argc, char **argv) return r; } + +void +xf86VDrvMsgVerb(int scrnIndex, int type, int verb, const char *format, + va_list args) +{ + vfprintf(stderr, format, args); +} + +int xf86ConfigDRI[10]; -- cgit v1.2.3