Iconbar patch

Tom Hughes tom at compton.nu
Sat Nov 3 12:55:55 GMT 2001


It seems that the Iconbar_ActionAboutToBeShown toolbox event structure
was split into two when the new style event structures were added so that
it matches the actual event definitions better.

New versions of the old style event structure were not added though, and
the attached patch corrects that. I've left the original version in for
backwards compatability.

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
-------------- next part --------------
Index: Iconbar
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/Toolbox/Iconbar,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 Iconbar
--- Iconbar	30 Sep 2001 09:59:02 -0000	1.1.1.3
+++ Iconbar	3 Nov 2001 12:33:06 -0000
@@ -92,6 +92,18 @@
          ): position
       )  "Prefer Iconbar_ActionSelectAboutToBeShownBlock; Iconbar_ActionAdjustAboutToBeShownBlock";
 
+TYPE
+  Iconbar_ActionSelectAboutToBeShown = .Struct
+  (
+    Toolbox_o: o
+  );
+
+TYPE
+  Iconbar_ActionAdjustAboutToBeShown = .Struct
+  (
+    Toolbox_o: o
+  );
+
 // TV V6.20
 TYPE
   Iconbar_ActionSelectAboutToBeShownBlock = .Struct:


More information about the oslib-team mailing list