glx: Fix parameter documentation of glx_config_create_list
authorAdam Jackson <ajax@redhat.com>
Wed, 14 Aug 2019 16:02:49 +0000 (12:02 -0400)
committerAdam Jackson <ajax@redhat.com>
Tue, 20 Aug 2019 18:04:56 +0000 (14:04 -0400)
'minimum_size' is not, in fact, an argument to this function.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/glx/glxconfig.c

index 0e1643fcd8f6b6fb3d4935b3588203b820b9f14b..555ccf8e62b6c2bfa1452543cf79dd197c58863b 100644 (file)
@@ -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.
  * 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.
  */
  * \returns A pointer to the first element in a linked list of \c count
  *          stuctures on success, or \c NULL on failure.
  */