mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
gbm: fix copy & paste error in gbm_bo_get_handle documentation
(cherry picked from commit 33f8a3cfbe)
This commit is contained in:
parent
dcb1a3bc27
commit
19f88670b5
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ gbm_bo_get_pitch(struct gbm_bo *bo)
|
|||
* the format of this handle is platform specific.
|
||||
*
|
||||
* \param bo The buffer object
|
||||
* \return Returns the stride of the allocated buffer object
|
||||
* \return Returns the handle of the allocated buffer object
|
||||
*/
|
||||
GBM_EXPORT union gbm_bo_handle
|
||||
gbm_bo_get_handle(struct gbm_bo *bo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue