mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
make mgaSetFence() and mgaWaitFence() static
This commit is contained in:
parent
a6f7f10efa
commit
fe9026d04a
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#include "vblank.h"
|
||||
|
||||
|
||||
int
|
||||
static int
|
||||
mgaSetFence( mgaContextPtr mmesa, uint32_t * fence )
|
||||
{
|
||||
int ret = ENOSYS;
|
||||
|
|
@ -68,7 +68,7 @@ mgaSetFence( mgaContextPtr mmesa, uint32_t * fence )
|
|||
}
|
||||
|
||||
|
||||
int
|
||||
static int
|
||||
mgaWaitFence( mgaContextPtr mmesa, uint32_t fence, uint32_t * curr_fence )
|
||||
{
|
||||
int ret = ENOSYS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue