Cause a pixmap to leave a group.
#include <screen/screen.h>
int screen_leave_pixmap_group(screen_pixmap_t pix)
The handle of the pixmap that is to be leaving the group.
Function Type: Delayed Execution
This function is used to remove a pixmap from a group.
0 if the request for the pixmap to leave the group was queued for processing, or -1 if an error occurred (errno is set).