ports/net/nam/patches/patch-xwd_c

15 lines
222 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Add missing function parameter declaration.
Index: xwd.c
--- xwd.c.orig
+++ xwd.c
@@ -137,6 +137,7 @@ Image_Size(image)
static int
ReadColors(tk,cmap,colors)
+ Tk_Window tk ;
Colormap cmap ;
XColor **colors ;
{