Gadget name clashes

Tom Hughes tom at compton.nu
Sun Apr 2 16:33:23 BST 2000


The attached patch tidies up all the name clashes I could find
in the Gadget changes. In fact the only one I could find was in
the Button gadget - are there more than that Tony?

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
...Everyone is enthusiastic about your work.
-------------- next part --------------
Index: Button
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/Toolbox/Button,v
retrieving revision 1.2
diff -c -r1.2 Button
*** Button	2000/03/04 22:41:25	1.2
--- Button	2000/04/02 15:29:04
***************
*** 14,20 ****
        .Int: validation_limit
     ),
     Button_Object = .Struct: Gadget_Object
!    (  .Bits: flags,
        Toolbox_MsgReference: value,
        .Int: value_limit,
        Toolbox_StringReference: validation,
--- 14,20 ----
        .Int: validation_limit
     ),
     Button_Object = .Struct: Gadget_Object
!    (  .Bits: button_flags,
        Toolbox_MsgReference: value,
        .Int: value_limit,
        Toolbox_StringReference: validation,


More information about the oslib-team mailing list