diff options
author | David Dawes <dawes@xfree86.org> | 2003-04-25 00:57:42 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2003-04-25 00:57:42 +0000 |
commit | c3092ead6427d04b7067c1d7d95163c7aa7b75b1 (patch) | |
tree | 3917edfd7d973e30212970473d852bcb16713473 /tests/drmstat.c | |
parent | 58650c3a9d53044a0ab463df41864ddb39238bab (diff) |
Targets for building dristat and drmstat.
Diffstat (limited to 'tests/drmstat.c')
-rw-r--r-- | tests/drmstat.c | 9 |
1 files changed, 9 insertions, 0 deletions
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]; |