blob: 03362b2ab1a8100ff44ccf15b94dae633a77eaf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/xwd.c b/xwd.c
index 6e88c30..9fb4c81 100644
--- a/xwd.c
+++ b/xwd.c
@@ -137,6 +137,7 @@ Image_Size(image)
static int
ReadColors(tk,cmap,colors)
+ Tk_FakeWin *tk ;
Colormap cmap ;
XColor **colors ;
{
|