Thanks for the updated patch, Rodolfo. But it is a old wish of mine to remove all "extern" declarations inside .c files by using #includes appropriately, so I think you should still create the KeyboardShortcuts.h to avoid this:
> +extern char *capture_shortcut(Display *dpy, _Panel *panel, int convertCase); > /* No static now! */ Btw, the comment there is useless. In this case it might be a bit pedantic, but this removal of externs is something I want to do in the future (I'll be happier if someone does it first), so if we don't add new instances it's better. -- To unsubscribe, send mail to [email protected].
