aboutsummaryrefslogtreecommitdiff
path: root/tests/drmstat.c
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2003-04-25 00:57:42 +0000
committerDavid Dawes <dawes@xfree86.org>2003-04-25 00:57:42 +0000
commitc3092ead6427d04b7067c1d7d95163c7aa7b75b1 (patch)
tree3917edfd7d973e30212970473d852bcb16713473 /tests/drmstat.c
parent58650c3a9d53044a0ab463df41864ddb39238bab (diff)
Targets for building dristat and drmstat.
Diffstat (limited to 'tests/drmstat.c')
-rw-r--r--tests/drmstat.c9
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];