2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
6 #include "icon_intern.h"
8 /*****************************************************************************
11 #include <proto/icon.h>
13 AROS_LH1(BOOL
, PutDefDiskObject
,
16 AROS_LHA(struct DiskObject
*, icon
, A0
),
19 struct IconBase
*, IconBase
, 21, Icon
)
22 Puts a new default icon for a certain type.
25 diskObject - diskObject struct describing icon to put as new
29 TRUE if success, else FALSE. Error may be obtained via IoErr().
38 GetDefDiskObject(), PutDiskObject()
42 *****************************************************************************/
49 ICONPUTA_PutDefaultType
, icon
->do_Type
,
50 ICONPUTA_NotifyWorkbench
, TRUE
,
55 } /* PutDefDiskObject() */