diff --git a/cogl/cogl-sdl.h b/cogl/cogl-sdl.h index 0a3c4632e..e0f4f4c90 100644 --- a/cogl/cogl-sdl.h +++ b/cogl/cogl-sdl.h @@ -49,7 +49,7 @@ G_BEGIN_DECLS * MyAppData data; * GError *error = NULL; * - * data.ctx = cogl_sdl_context_new (NULL, SDL_USEREVENT, &error); + * data.ctx = cogl_sdl_context_new (SDL_USEREVENT, &error); * if (!data.ctx) * { * fprintf (stderr, "Failed to create context: %s\n",