Skip to content
Snippets Groups Projects
Commit cabd09c9 authored by Adam Jackson's avatar Adam Jackson :headphones:
Browse files

glx: Fix parameter documentation of glx_config_create_list


'minimum_size' is not, in fact, an argument to this function.

Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
parent 38355355
No related branches found
No related tags found
Loading
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment