screen_leave_pixmap_group()

Cause a pixmap to leave a group

Synopsis:

#include <screen/screen.h>
int screen_leave_pixmap_group(screen_pixmap_t pix)

Arguments:

pix
The handle of the pixmap that is to be leaving the group.

Library:

libscreen

Description:

Function Type: Delayed Execution

This function is used to remove a pixmap from a group.

Returns:

0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).