Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_renderer.h
index 89aceb9..f91ccaf 100644 (file)
@@ -31,6 +31,12 @@ struct sWMRenderer
         *       set the copy in the window structure.
         */
        tWindow *(*CreateWindow)(int Arg);
+       
+       /**
+        * \brief Clean up any stored info
+        * \param Window        Window being destroyed
+        */
+       void    (*DestroyWindow)(tWindow *Window);
 
        /**
         * \brief Redraw a window on the screen

UCC git Repository :: git.ucc.asn.au