[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,3 +1,8 @@
|
|||||||
|
2002-07-18 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 03270] Re: w3m-img for framebuffer merged
|
||||||
|
* w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren
|
||||||
|
|
||||||
2002-07-18 Fumitoshi UKAI <ukai@debian.or.jp>
|
2002-07-18 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
* XMakefile (w3mimg/w3mimg): added
|
* XMakefile (w3mimg/w3mimg): added
|
||||||
@@ -3601,4 +3606,4 @@
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.406 2002/07/18 06:07:25 ukai Exp $
|
$Id: ChangeLog,v 1.407 2002/07/18 06:23:51 ukai Exp $
|
||||||
|
@@ -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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@@ -248,7 +248,8 @@ w3mimg_x11open()
|
|||||||
w3mimg_op *wop = NULL;
|
w3mimg_op *wop = NULL;
|
||||||
struct x11_info *xi = NULL;
|
struct x11_info *xi = NULL;
|
||||||
char *id;
|
char *id;
|
||||||
int revert, i, nchildren;
|
int revert, i;
|
||||||
|
unsigned int nchildren;
|
||||||
XWindowAttributes attr;
|
XWindowAttributes attr;
|
||||||
Window root, *children;
|
Window root, *children;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user