Hello!
> > > progname, XDisplayName(display_name));
> > > + exit(1);
> > Thought about it a little more, is it worth it to make all init metods to return
> > meaningful value, so we can check them in plugin_init, and
> > return error if something goes wrong?
> We need to make a plugin_abort() function in plugin.c
> that handles all aborts from plugins cleanly.
But plugin_init return value is checked already and if non zero -
we think that plugin is aborted due to errors.
Why do we need one more function for that?
Bye,
Oleg