mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 17:30:29 +01:00
i915: Fix typo in ws_dri_bufmgr.c
This commit is contained in:
parent
4d27c027ab
commit
2774b09d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ void driReadUnlockKernelBO(void)
|
|||
typedef struct _DriBufferObject
|
||||
{
|
||||
DriBufferPool *pool;
|
||||
pipe_mutx mutex;
|
||||
pipe_mutex mutex;
|
||||
int refCount;
|
||||
const char *name;
|
||||
uint64_t flags;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue