#ifndef __xerror_h #define __xerror_h #include #include int xerror_handler(Display *, XErrorEvent *); void xerror_set_ignore(gboolean ignore); #endif