Help with patch about icons

2012-02-21 Thread Rodolfo García Peñas
Hi, I am writing a patch to do the following. - The WApplication structure has a WWindow struct. - The WWindow struct has aa RImage struct (net_icon_image) - The WApplication structure has a WAppIcon struct. - The WAppIcon struct has WIcon struct. - The WIcon struct has a RImage struct (file_imag

Re: Help with patch about icons

2012-02-20 Thread Rodolfo kix Garcia
On Mon, 20 Feb 2012 08:55:45 +, Carlos R. Mafra wrote: On Mon, 20 Feb 2012 at 1:12:39 +0100, Rodolfo García Peñas wrote: The second patch is more insteresting. It removes the net_icon_image. Don't do it just like that. What if the application has a net_icon and no other icon? If the ap

Re: Help with patch about icons

2012-02-20 Thread Carlos R. Mafra
On Mon, 20 Feb 2012 at 1:12:39 +0100, Rodolfo García Peñas wrote: > > The second patch is more insteresting. It removes the net_icon_image. Don't do it just like that. What if the application has a net_icon and no other icon? If the application has an icon in its binary, that should ideally be

Help with patch about icons

2012-02-19 Thread Rodolfo García Peñas
>From my server, I am not subscribed with my gmail account and the email is >waiting for the moderator. -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ --- Begin Message --- Hi, I am writing a patch to do the following. - The WApplication structure has a WWindow struct. - The