On Thu, 7 Jun 2012 at 23:46:12 +0200, Rodolfo García Peñas wrote: > Subject: [PATCH 05/10] New function get_name_for_instance_class
> --- a/src/icon.c > +++ b/src/icon.c > @@ -398,23 +398,28 @@ Bool wIconChangeImageFile(WIcon * icon, char *file) > return !error; > } > > -char *get_name_for_icon(WWindow *wwin) > +char *get_name_for_wwin(WWindow *wwin) In your patch from yesterday this function was static, so the patch no longer applies. I can fix this here, but I'm still reviewing the overall changes. -- To unsubscribe, send mail to [email protected].
