X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2Finclude%2Fwm_renderer.h;h=f91ccaf95904f868bba4fab061622d4fabc12814;hb=98bd9c0c8985c50c42231c116a4e18fedd47761e;hp=89aceb9f2021869157dcc9319efe76fd0b119762;hpb=04a050f42807686dc119838c82372409246d55bb;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h b/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h index 89aceb9f..f91ccaf9 100644 --- a/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h +++ b/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h @@ -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