From 256bf063872f4c1d334f2a94cd42976bfd260d2e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 11 Sep 2008 19:33:40 +0000 Subject: Basic throbber support code. The throbber is shared between windows and must be stored as Resources/Throbber in animation.datatype supported format. The default animation is a small IFF ANIM which is only good for testing purposes. This throbber code is likely to be replaced by custom animation code in the future as using animation.datatype has issues and restrictions (only 8-bit formats, using NewDTObject() twice on the same file doesn't seem to work correctly, clicking on the anim starts it playing etc) svn path=/trunk/netsurf/; revision=5303 --- amiga/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 4a96d98cd..b91fd7424 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -37,7 +37,6 @@ enum GID_HOME, GID_BACK, GID_FORWARD, - GID_THROBBER, GID_USER, GID_PASS, GID_LOGIN, @@ -51,6 +50,7 @@ enum OID_VSCROLL, OID_HSCROLL, OID_MENU, + OID_THROBBER, OID_LAST }; -- cgit v1.2.3