:orphan: # PetscDrawRestoreSingleton Remove access to a `PetscDraw` object obtained with `PetscDrawGetSingleton()` by the one process. ## Synopsis ``` #include "petscdraw.h" PetscErrorCode PetscDrawRestoreSingleton(PetscDraw draw, PetscDraw *sdraw) ``` Collective ## Input Parameters - ***draw -*** the original window - ***sdraw -*** the singleton window ## See Also `PetscDraw`, `PetscDrawGetSingleton()`, `PetscViewerGetSingleton()`, `PetscViewerRestoreSingleton()` ## Level advanced ## Location src/sys/classes/draw/interface/draw.c ## Implementations PetscDrawRestoreSingleton_Image in src/sys/classes/draw/impls/image/drawimage.c
PetscDrawRestoreSingleton_Null in src/sys/classes/draw/impls/null/drawnull.c
PetscDrawRestoreSingleton_X in src/sys/classes/draw/impls/x/xops.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/draw/interface/draw.c) [Index of all Draw routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)