[w3m-dev 03934] Re: clear image

ABE Yuji <[email protected]>
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>

At Tue, 8 Jul 2003 22:09:24 JST,
Yoshinobu Sakane wrote:
> w3m/0.4.1+cvs-1.845 EWS4800 + X11 
> 
> 
>  >+    XClearArea(xi->display, xi->window, x, y, w, h, FALSE);
>                                                        ^^^^^^
> FALSE

FALSE  False 

--- w3mimg/x11/x11_w3mimg.c.orig	2003-07-08 22:17:16.000000000 +0900
+++ w3mimg/x11/x11_w3mimg.c	2003-07-08 22:21:26.000000000 +0900
@@ -131,7 +131,7 @@
     xi = (struct x11_info *)self->priv;
     if (xi == NULL)
 	return 0;
-    XClearArea(xi->display, xi->window, x, y, w, h, FALSE);
+    XClearArea(xi->display, xi->window, x, y, w, h, False);
     return 1;
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.