[w3m-dev 03270] Re: w3m-img for framebuffer merged

* w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren
From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
This commit is contained in:
Fumitoshi UKAI
2002-07-18 06:23:51 +00:00
parent c4c0f87fce
commit fa8a2631f0
2 changed files with 9 additions and 3 deletions

View File

@@ -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;