X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2Finclude%2Fwm_renderer.h;h=b734348f8366b507489281db4c9ccaf71fd87003;hb=e20b7220513e6010d883ae76ca1cf2c8f0ec26af;hp=afed38c61b1a6ebf75ebc209334de5e013532993;hpb=0b1cdd6b52e410ad8784eaf37c24141e947d1091;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 afed38c6..b734348f 100644 --- a/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h +++ b/Usermode/Applications/axwin3_src/WM/include/wm_renderer.h @@ -30,7 +30,7 @@ struct sWMRenderer * \note \a Flags is provided for convinience, the caller will * set the copy in the window structure. */ - tWindow *(*CreateWindow)(int Flags); + tWindow *(*CreateWindow)(int Arg); /** * \brief Redraw a window on the screen