On Fri, 22 Mar 2013, [email protected] escribió: > From: Daniel Déchelotte <[email protected]> > > --- > src/defaults.h | 3 +++ > src/wdefaults.c | 31 +++++++++++++++++++++++++++++++ > 2 files changed, 34 insertions(+) > > diff --git a/src/defaults.h b/src/defaults.h > index a2b9f24..aca3d63 100644 > --- a/src/defaults.h > +++ b/src/defaults.h > @@ -54,4 +54,7 @@ char *get_icon_filename(WScreen *scr, char *winstance, char > *wclass, char *comma > int wDefaultGetStartWorkspace(WScreen *scr, char *instance, char *class); > void wDefaultChangeIcon(WScreen *scr, char *instance, char* class, char > *file); > RImage *get_rimage_from_file(WScreen *scr, char *file_name, int max_size); > + > +void wDefaultDestroyInfo(WScreen *scr, char *instance, char *class); > +
where is this function used? I cannot find it. -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to [email protected].
