4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
12 #include <ioncore/common.h>
13 #include <ioncore/gr.h>
16 extern void de_get_border_val(uint
*val
, ExtlTab tab
, const char *what
);
17 extern void de_get_border_style(uint
*ret
, ExtlTab tab
);
18 extern void de_get_border(DEBorder
*border
, ExtlTab tab
);
20 extern void de_get_colour_group(WRootWin
*rootwin
, DEColourGroup
*cg
,
21 ExtlTab tab
, DEStyle
*based_on
);
22 extern void de_get_extra_cgrps(WRootWin
*rootwin
, DEStyle
*style
,
25 extern void de_get_text_align(int *alignret
, ExtlTab tab
);
27 extern void de_get_transparent_background(uint
*mode
, ExtlTab tab
);
29 extern void de_get_nonfont(WRootWin
*rw
, DEStyle
*style
, ExtlTab tab
);
31 extern bool de_defstyle_rootwin(WRootWin
*rootwin
, const char *name
,
33 extern bool de_defstyle(const char *name
, ExtlTab tab
);
35 #endif /* ION_DE_INIT_H */