1 #ifndef PREFS_WORKBENCH_H
2 #define PREFS_WORKBENCH_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Workbench prefs definitions
12 #ifndef LIBRARIES_IFFPARSE_H
13 #include <libraries/iffparse.h>
16 #ifndef GRAPHICS_GFX_H
17 #include <graphics/gfx.h>
20 #define ID_WBNC MAKE_ID('W','B','N','C')
22 struct WorkbenchPrefs
{
23 ULONG wbp_DefaultStackSize
;
24 ULONG wbp_TypeRestartTime
;
26 ULONG wbp_IconPrecision
;
27 struct Rectangle wbp_EmbossRect
;
29 LONG wbp_MaxNameLength
;
30 BOOL wbp_NewIconsSupport
;
31 BOOL wbp_ColorIconSupport
;
34 #define ID_WBHD MAKE_ID('W','B','H','D')
36 struct WorkbenchHiddenDevicePrefs
{
40 #endif /* PREFS_WORKBENCH_H */