PetscXIOErrorHandlerFn#

Function type for the X11 I/O error handler installed by PetscSetXIOErrorHandler(), called when the X server connection is lost

Synopsis#

PETSC_EXTERN_TYPEDEF typedef void                    PetscXIOErrorHandlerFn(void *display);

Calling Sequence#

  • display - the X Display * whose connection has failed (passed as void * to avoid pulling in X headers)

Note#

By default PETSc installs a handler that gracefully aborts the program rather than letting Xlib call exit().

See Also#

PetscDraw, PetscSetXIOErrorHandler()

Level#

developer

Location#

include/petscdraw.h


Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages