animate - Interactively Animate an Image Sequence
XAnimateBackgroundImage(display,resource_info,image)
Method XAnimateBackgroundImage animates an image sequence in the background of a window.
The format of the XAnimateBackgroundImage routine is:
XAnimateBackgroundImage(display,resource_info,image)
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 a pointer to a Image structure; returned from ReadImage.
Method XAnimateImages displays an image via X11.
The format of the XAnimateImages routine is:
XAnimateImages(display,resource_info,argv,argc,image)
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.
Specifies a pointer to a Image structure; returned from ReadImage.