From efcc519458e2615faea64227ddd24dfa5cf2bf50 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 5 May 2012 22:49:29 +0200 Subject: test_output: fix build failure Use new uterm_video constructor. This requires hard-coding the DRM card but this is needed until we use the uterm_monitor interface. Signed-off-by: David Herrmann --- tests/test_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_output.c b/tests/test_output.c index 66417a0..20d8022 100644 --- a/tests/test_output.c +++ b/tests/test_output.c @@ -182,7 +182,7 @@ int main(int argc, char **argv) goto err_fail; log_notice("Creating video object..."); - ret = uterm_video_new(&video, UTERM_VIDEO_DRM, eloop); + ret = uterm_video_new(&video, eloop, UTERM_VIDEO_DRM, "/dev/dri/card0"); if (ret) goto err_exit; -- cgit v1.2.3