X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2Finclude%2Fwm_renderer.h;h=b734348f8366b507489281db4c9ccaf71fd87003;hb=4fa95391e2ff812412d7229e0135efd49cd5f3ed;hp=afed38c61b1a6ebf75ebc209334de5e013532993;hpb=d02fc5f32e4fbdc49361090537eaa5c64ae3d6f9;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