Added missing argument to function (#2)

This commit is contained in:
alphanu1 2019-10-30 08:43:51 +00:00 committed by GitHub
parent 9c0f4c737e
commit a488876a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;