xosd_clone - Duplicates an XOSD object with the same attributes
Contents
Arguments
osd2 The on-screen display object to duplicate.
Description
xosd_clone creates a new unique xosd object with the same attributes as the original xosd object.
Name
xosd_clone - Duplicates an XOSD object with the same attributes
Return Value
On success, returns a new xosd object.
Synopsis
#include<xosd.h>xosd*xosd_clone(xosd*osd2);
