Re: Transparent applets?



John Ellis <johne@bellatlantic.net> writes:

> A panel "do_draw" signal bug, here is the patch for applet-widget.c:
> 
> --- applet-widget.c.bak	Tue Mar  7 15:36:05 2000
> +++ applet-widget.c	Tue Mar  7 15:36:39 2000
> @@ -1439,7 +1439,7 @@
>  	CORBA_exception_free(&ev);
>  
>  	*w = image->width;
> -	*h = image->width;
> +	*h = image->height;
>  	if(!image->color_only)
>  		*rowstride = image->rowstride;
>  	else

Ok I've applied this.  George, please flame me if appropriate.

Jacob
-- 
"Fun is the one thing that money can't buy" -- Lennon/McCartney



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]