/*
** OpenURL - MUI preferences for openurl.library
** Written by Troels Walsted Hansen <troels@thule.no>
** Placed in the public domain.
**
** Methods, attributes, dispatcher and instance data definitions for the
** App Application.mui subclass.
*/

#define AppObject NewObject(AppClass->mcc_Class,NULL

/**************************************************************************/

#define MUIM_App_OpenWin         (TAGBASE_APP + 25)
#define MUIM_App_CloseWin        (TAGBASE_APP + 26)

struct MUIP_App_OpenWin          { ULONG MethodID; struct IClass *Class; ULONG IDAttr; ULONG IDVal; ULONG InitAttrs; };
struct MUIP_App_CloseWin         { ULONG MethodID; ULONG IDAttr; ULONG IDVal; };

/**************************************************************************/

SAVEDS ASM ULONG App_Dispatcher(REG(a0) struct IClass *cl, REG(a2) Object *obj, REG(a1) Msg msg);

/**************************************************************************/

struct App_Data 
{
	ULONG Dummy;
};
