Hi, I just want to let you know that after 3 weeks I had no problems at all when using empty error_handler() in display.c
static int
error_handler (Display *dpy, XErrorEvent *ev)
{
#ifdef DEBUG
print_error (ev);
#endif
return 0;
}
I guess that we could empty it, and suffer no negative consequences.
best regards
--
Janek Kozicki |
