diff --git a/cogl/winsys/cogl-winsys-sdl.c b/cogl/winsys/cogl-winsys-sdl.c index 3e87966a1..9d279840f 100644 --- a/cogl/winsys/cogl-winsys-sdl.c +++ b/cogl/winsys/cogl-winsys-sdl.c @@ -53,7 +53,8 @@ typedef struct _CoglDisplaySdl static CoglFuncPtr _cogl_winsys_renderer_get_proc_address (CoglRenderer *renderer, - const char *name) + const char *name, + CoglBool in_core) { /* XXX: It's not totally clear whether it's safe to call this for * core functions. From the code it looks like the implementations