summaryrefslogtreecommitdiff
path: root/clip.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-04 12:43:55 +0000
committerrodri <rgl@antares-labs.eu>2024-08-04 12:43:55 +0000
commitc06379ee3aa51d3adf456c8d126feebd1da9de70 (patch)
tree29ac7900ec359038710a0c031b45dcf373a1920a /clip.c
parent50f15bac90638da401d27229969dc502c75d1320 (diff)
downloadlibgraphics-c06379ee3aa51d3adf456c8d126feebd1da9de70.tar.gz
libgraphics-c06379ee3aa51d3adf456c8d126feebd1da9de70.tar.bz2
libgraphics-c06379ee3aa51d3adf456c8d126feebd1da9de70.zip
make the depth buffer 32-bit.
Diffstat (limited to 'clip.c')
-rw-r--r--clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clip.c b/clip.c
index 9988ce1..94f84a6 100644
--- a/clip.c
+++ b/clip.c
@@ -194,7 +194,7 @@ outcode(Point p, Rectangle r)
}
/* lerp vertex attributes to match the new positions */
-void
+static void
adjustverts(Point *p0, Point *p1, Vertex *v0, Vertex *v1)
{
Vertex v[2];