Searched refs:x_error_handler (Results 1 – 1 of 1) sorted by relevance
65 } x_error_handler; variable71 x_error_handler.alloc_error = True; in x_catch_alloc()72 if (x_error_handler.alloc_error) in x_catch_alloc()74 return x_error_handler.oldhandler(dpy, err); in x_catch_alloc()82 return x_error_handler.orighandler(dpy, err); in x_catch_free_colors()278 x_error_handler.orighandler = XSetErrorHandler(x_catch_free_colors); in gdev_x_open()631 x_error_handler.oldhandler = XSetErrorHandler(x_catch_alloc); in gdev_x_clear_window()632 x_error_handler.alloc_error = False; in gdev_x_clear_window()638 if (x_error_handler.alloc_error) { in gdev_x_clear_window()649 x_error_handler.oldhandler = in gdev_x_clear_window()[all …]