From a488876a6a9069c3f1ba762c58854c88329482ca Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Wed, 30 Oct 2019 08:43:51 +0000 Subject: [PATCH] Added missing argument to function (#2) --- gfx/video_crt_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 22f6bc5730..af3a9e78d0 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -30,7 +30,7 @@ #if defined(HAVE_VIDEOCORE) #include "include/userland/interface/vmcs_host/vc_vchi_gencmd.h" -static void crt_rpi_switch(int width, int height, float hz); +static void crt_rpi_switch(int width, int height, float hz, int xoffset); #endif static unsigned ra_core_width = 0;