aboutsummaryrefslogtreecommitdiff
path: root/generic/Triangles.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Triangles.c')
-rw-r--r--generic/Triangles.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/generic/Triangles.c b/generic/Triangles.c
index d17dc9c..6b5ee77 100644
--- a/generic/Triangles.c
+++ b/generic/Triangles.c
@@ -248,7 +248,7 @@ Configure(ZnItem item,
*/
static int
Query(ZnItem item,
- int argc __unused,
+ int argc __znunused,
Tcl_Obj *CONST argv[])
{
if (ZnQueryAttribute(item->wi->interp, item, tr_attrs, argv[0]) == TCL_ERROR) {
@@ -268,7 +268,7 @@ Query(ZnItem item,
*/
static void
ComputeCoordinates(ZnItem item,
- ZnBool force __unused)
+ ZnBool force __znunused)
{
ZnWInfo *wi = item->wi;
TrianglesItem tr = (TrianglesItem) item;
@@ -498,7 +498,7 @@ Render(ZnItem item)
}
#else
static void
-Render(ZnItem item __unused)
+Render(ZnItem item __znunused)
{
}
#endif
@@ -513,7 +513,7 @@ Render(ZnItem item __unused)
*/
static ZnBool
IsSensitive(ZnItem item,
- int item_part __unused)
+ int item_part __znunused)
{
return (ISSET(item->flags, ZN_SENSITIVE_BIT) &&
item->parent->class->IsSensitive(item->parent, ZN_NO_PART));
@@ -585,8 +585,8 @@ Pick(ZnItem item,
**********************************************************************************
*/
static void
-PostScript(ZnItem item __unused,
- ZnBool prepass __unused)
+PostScript(ZnItem item __znunused,
+ ZnBool prepass __znunused)
{
}
@@ -678,11 +678,11 @@ GetContours(ZnItem item,
*/
static int
Coords(ZnItem item,
- int contour __unused,
+ int contour __znunused,
int index,
int cmd,
ZnPoint **pts,
- char **controls __unused,
+ char **controls __znunused,
unsigned int *num_pts)
{
TrianglesItem tr = (TrianglesItem) item;