X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fwm.h;h=ab2a629c5106e242f5d22fabaa4b5933a464bcbe;hb=b43ed8d15c86ff9b7f5abc9f47e1385503dcdf35;hp=d91626ba8f9dcb5eb87427b06d4b9a2772159853;hpb=117854336280cdf3d07143820e4d82d92c570239;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/wm.h b/Usermode/Applications/axwin2_src/WM/wm.h index d91626ba..ab2a629c 100644 --- a/Usermode/Applications/axwin2_src/WM/wm.h +++ b/Usermode/Applications/axwin2_src/WM/wm.h @@ -8,7 +8,7 @@ #include "common.h" /** - * \brief Number of elements that can be owned by each application) + * \brief Number of elements that can be owned by each application */ // TODO: Fine tune these values #define MAX_ELEMENTS_PER_APP 1024 @@ -60,8 +60,8 @@ struct sApplication { tApplication *Next; + tIPC_Type *IPCType; void *Ident; //!< Client Identifier - tMessages_Handle_Callback *SendMessage; char *Name; //!< Application name