about summary refs log tree commit diff
path: root/generator/pamtris/triangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/pamtris/triangle.h')
-rw-r--r--generator/pamtris/triangle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/pamtris/triangle.h b/generator/pamtris/triangle.h
index bceda54f..79178ad0 100644
--- a/generator/pamtris/triangle.h
+++ b/generator/pamtris/triangle.h
@@ -19,7 +19,7 @@ typedef struct {
 void
 draw_triangle(Xy                        const xy,
               Attribs                   const attribs,
-              struct boundary_info *    const,
-              struct framebuffer_info * const);
+              struct boundary_info *    const bdi,
+              struct framebuffer_info * const fbi);
 
 #endif