From 429561643edc2fa3eae39dff61bdf505c4da7b1d Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Thu, 9 Oct 2014 20:54:11 -0700 Subject: [PATCH] Fix build for testvm and testdisplay --- src/video/xvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/xvideo.c b/src/video/xvideo.c index bfa81dee..40255af1 100644 --- a/src/video/xvideo.c +++ b/src/video/xvideo.c @@ -430,7 +430,7 @@ static void c_flash_cursor(int on) { } } -static void video_driver_sync(void) { +void video_driver_sync(void) { if (is_headless) { return; }