mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
cosmetic fix to driFenceFinish() call
This commit is contained in:
parent
51653cd551
commit
ed6e591270
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ static int
|
|||
pool_waitIdle(struct _DriBufferPool *pool, void *private, int lazy)
|
||||
{
|
||||
BBuf *buf = (BBuf *) private;
|
||||
driFenceFinish(buf->fence, 0, lazy);
|
||||
driFenceFinish(buf->fence, 0x0, lazy);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue