1 #ifndef _SYSTEMPREFSWINDOW_PRIVATE_H_
2 #define _SYSTEMPREFSWINDOW_PRIVATE_H_
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 This file is part of the SystemPrefsWindow class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
12 #include <libraries/locale.h>
14 /*** Instance data **********************************************************/
15 struct SystemPrefsWindow_DATA
17 struct Catalog
*spwd_Catalog
;
21 /*** Private methods ********************************************************/
22 #define MUIM_SystemPrefsWindow_UpdateButtons (TAG_USER | 0x10000000)
24 #endif /* _SYSTEMPREFSWINDOW_PRIVATE_H_ */