mcst-linux-kernel/patches-2024.06.26/gl4es-1.1.4/0245-Fix-fpe-wrong-function...

26 lines
740 B
Diff

From 2c5e289140ef9c638215991b94c33cf57f34c437 Mon Sep 17 00:00:00 2001
From: Mathias Boulay <mathiasboulay@free.fr>
Date: Thu, 24 Aug 2023 20:00:59 +0200
Subject: [PATCH 245/249] Fix[fpe]: wrong function declaration
---
src/gl/fpe.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gl/fpe.h b/src/gl/fpe.h
index bf02f4d9..5682f4ad 100644
--- a/src/gl/fpe.h
+++ b/src/gl/fpe.h
@@ -236,7 +236,7 @@ typedef struct scratch_s {
void free_scratch(scratch_t* scratch);
-fpe_fpe_t *fpe_GetCache();
+fpe_fpe_t *fpe_GetCache(fpe_cache_t *cur, fpe_state_t *state, int fixed);
void fpe_disposeCache(fpe_cache_t* cache, int freeprog);
// fpe is gles export replacement, so should use same caling conversion
--
2.30.2