2 Copyright © 2002-2006, The AROS Development Team. All rights reserved.
6 #include <prefs/prefhdr.h>
7 #include <prefs/font.h>
9 struct WandererInternalPrefsData
11 /* Wanderer Images Data */
12 IPTR WIPD_BackdropImage
;
13 ULONG WIPD_BackdropImage_Width
;
14 ULONG WIPD_BackdropImage_Height
;
15 IPTR WIPD_WindowImage
;
16 ULONG WIPD_WindowImage_Width
;
17 ULONG WIPD_WindowImage_Height
;
19 /* Wanderer Font Data */
20 struct TextFont
*WIPD_IconFont
;
21 struct TextAttr WIPD_IconFontTA
;