[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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user