Creating and Destroying


New XOSD windows are created by the xosd_create function, which can be thought of as the constructor method for an XOSD window. The equivalent destructor method is xosd_destroy function, which frees all memory used by the XOSD window.

Table of Contents

xosd_create - Create a new XOSD window
xosd_destroy - Destroy an XOSD window