mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 01:50:24 +01:00
egl: Fix for minor api change
This commit is contained in:
parent
24a94d13c9
commit
6a72a2d3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ drm_create_texture(_EGLDriver *drv,
|
|||
scrn->front.width = w;
|
||||
scrn->front.height = h;
|
||||
scrn->front.pitch = pitch;
|
||||
scrn->front.handle = drm_api_hocks.handle_from_buffer(dev->winsys, scrn->buffer);
|
||||
drm_api_hocks.handle_from_buffer(dev->winsys, scrn->buffer, &scrn->front.handle);
|
||||
if (0)
|
||||
goto err_handle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue