Searched refs:old_error_handler (Results 1 – 2 of 2) sorted by relevance
28 static int (*old_error_handler)(Display *, XErrorEvent *); variable41 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()47 XSetErrorHandler(old_error_handler); in x11_untrap_errors()
47 static int (*old_error_handler)(Display *, XErrorEvent *); variable58 old_error_handler = XSetErrorHandler(error_handler); in x11_trap_errors()63 XSetErrorHandler(old_error_handler); in x11_untrap_errors()