Home | History | Annotate | Download | only in x11

Lines Matching refs:X_handler

195 static int (*X_handler)(Display *, XErrorEvent *) = NULL;
240 return(X_handler(d,e));
635 X_handler = XSetErrorHandler(x_errhandler);
1564 if ( X_handler ) {
1565 XSetErrorHandler(X_handler);