Added missing argument to function (#2)
This commit is contained in:
parent
9c0f4c737e
commit
a488876a6a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue