Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / classes / zune / systemprefswindow / systemprefswindow_private.h
blob07cc80bd78f936d82cfbbf128cbf36107adea54c
1 #ifndef _SYSTEMPREFSWINDOW_PRIVATE_H_
2 #define _SYSTEMPREFSWINDOW_PRIVATE_H_
4 /*
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.
9 $Id$
12 #include <libraries/locale.h>
14 /*** Instance data **********************************************************/
15 struct SystemPrefsWindow_DATA
17 struct Catalog *spwd_Catalog;
18 Object *spwd_Editor;
21 /*** Private methods ********************************************************/
22 #define MUIM_SystemPrefsWindow_UpdateButtons (TAG_USER | 0x10000000)
24 #endif /* _SYSTEMPREFSWINDOW_PRIVATE_H_ */