mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 13:20:25 +01:00
nouveau: fix nouveau_create_context decleration
This commit is contained in:
parent
e8f48b1dc9
commit
738cb50237
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ struct nouveau_context {
|
|||
context_drv(ctx)->emit[NOUVEAU_STATE_##s](ctx, NOUVEAU_STATE_##s)
|
||||
|
||||
GLboolean
|
||||
nouveau_context_create(const __GLcontextModes *visual, __DRIcontext *dri_ctx,
|
||||
nouveau_context_create(gl_api api,
|
||||
const __GLcontextModes *visual, __DRIcontext *dri_ctx,
|
||||
void *share_ctx);
|
||||
|
||||
GLboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue