From: Adam Jackson Date: Wed, 14 Aug 2019 16:02:49 +0000 (-0400) Subject: glx: Fix parameter documentation of glx_config_create_list X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=cabd09c9e70f7fcd5cc5059bbc48428f223df838;hp=3835535537bccc9f7bb0c57f290d253b5149c82f glx: Fix parameter documentation of glx_config_create_list 'minimum_size' is not, in fact, an argument to this function. Reviewed-by: Eric Engestrom --- diff --git a/src/glx/glxconfig.c b/src/glx/glxconfig.c index 0e1643fcd8f..555ccf8e62b 100644 --- a/src/glx/glxconfig.c +++ b/src/glx/glxconfig.c @@ -212,10 +212,6 @@ glx_config_get(struct glx_config * mode, int attribute, int *value_return) * values from the extension specification. * * \param count Number of structures to allocate. - * \param minimum_size Minimum size of a structure to allocate. This allows - * for differences in the version of the - * \c struct glx_config stucture used in libGL and in a - * DRI-based driver. * \returns A pointer to the first element in a linked list of \c count * stuctures on success, or \c NULL on failure. */