screen_join_pixmap_group()

Cause a pixmap to join a group.

Synopsis:

#include <screen/screen.h>
 
int screen_join_pixmap_group(screen_pixmap_t pix,
                             const char *name)

Arguments:

pix

The handle of the pixmap that is to be joining the group.

name

A unique string that identifies the group.

Library:

libscreen

Description:

Function Type: Delayed Execution

This function is used to add a pixmap to a group.

Returns:

0 if the request for the pixmap to join the group was queued for processing, or -1 if an error occurred (errno is set; refer to /usr/include/errno.h for more details).