don't set error handlers for now
This commit is contained in:
parent
4d80c52387
commit
e11dce79dc
@ -143,8 +143,10 @@ clipboard_init(void)
|
||||
return 0;
|
||||
}
|
||||
rv = 0;
|
||||
XSetErrorHandler(clipboard_error_handler);
|
||||
XSetIOErrorHandler(clipboard_fatal_handler);
|
||||
/* setting the error handlers can cause problem when shutting down
|
||||
chansrv on some xlibs */
|
||||
//XSetErrorHandler(clipboard_error_handler);
|
||||
//XSetIOErrorHandler(clipboard_fatal_handler);
|
||||
g_display = XOpenDisplay(0);
|
||||
if (g_display == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user