From f3cf042184a6a4ff8bda7d3693e1a33bb2111023 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 20 Jan 2015 00:06:08 +0000 Subject: RefreshSetGadgetAttrs replacement for OS3 --- amiga/os3support.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index df88cd5a5..ecb6f4a9a 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -147,7 +147,6 @@ #define IDoMethod DoMethod #define IDoMethodA DoMethodA #define IDoSuperMethodA DoSuperMethodA -#define RefreshSetGadgetAttrs SetGadgetAttrs /*\todo This isn't quite right */ #define ShowWindow(...) (void)0 /* Utility */ @@ -225,6 +224,8 @@ struct Node *GetHead(struct List *list); /* Intuition */ uint32 GetAttrs(Object *obj, Tag tag1, ...); +ULONG RefreshSetGadgetAttrs(struct Gadget *g, struct Window *w, struct Requester *r, Tag tag1, ...); +ULONG RefreshSetGadgetAttrsA(struct Gadget *g, struct Window *w, struct Requester *r, struct TagItem *tags); /* Utility */ char *ASPrintf(const char *fmt, ...); -- cgit v1.2.3