mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
st/mesa: fix st_NewPerfMonitor() declaration
Was missing the context parameter. Fixes MSVC warning. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
0beaf1cd9a
commit
062e2b06b2
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ reset_perf_monitor(struct st_perf_monitor_object *stm,
|
|||
}
|
||||
|
||||
static struct gl_perf_monitor_object *
|
||||
st_NewPerfMonitor()
|
||||
st_NewPerfMonitor(struct gl_context *ctx)
|
||||
{
|
||||
struct st_perf_monitor_object *stq = ST_CALLOC_STRUCT(st_perf_monitor_object);
|
||||
if (stq) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue