animate - Interactively animate an image sequence
void XAnimateBackgroundImage( Display *display, XResourceInfo *resource_info, Image *images );
XAnimateBackgroundImage() animates an image sequence in the background of a window.
The format of the XAnimateBackgroundImage method is:
void XAnimateBackgroundImage ( Display *display, XResourceInfo *resource_info, Image *images );
A description of each parameter follows:
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 XResourceInfo structure.
The image list.
XAnimateImages()
displays an image via X11.
The format of the XAnimateImages method is:
Image *XAnimateImages(Display *display,XResourceInfo *resource_info, char **argv,const int argc,Image *images)
A description of each parameter follows:
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 XResourceInfo structure.
Specifies the application's argument list.
Specifies the number of arguments.
The image list.