diff options
Diffstat (limited to 'w3mimg')
| -rw-r--r-- | w3mimg/x11/x11_w3mimg.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/w3mimg/x11/x11_w3mimg.c b/w3mimg/x11/x11_w3mimg.c index 685f038..452c83a 100644 --- a/w3mimg/x11/x11_w3mimg.c +++ b/w3mimg/x11/x11_w3mimg.c @@ -1,4 +1,4 @@ -/* $Id: x11_w3mimg.c,v 1.1 2002/07/17 20:58:48 ukai Exp $ */ +/* $Id: x11_w3mimg.c,v 1.2 2002/07/18 06:23:51 ukai Exp $ */  #include <stdio.h>  #include <stdlib.h>  #include <ctype.h> @@ -248,7 +248,8 @@ w3mimg_x11open()      w3mimg_op *wop = NULL;      struct x11_info *xi = NULL;      char *id; -    int revert, i, nchildren; +    int revert, i; +    unsigned int nchildren;      XWindowAttributes attr;      Window root, *children; | 
