1 #ifndef MC__SKIN_INTERNAL_H
2 #define MC__SKIN_INTERNAL_H
4 #include "lib/global.h"
7 /*** typedefs(not structures) and defined constants **********************************************/
9 /*** enums ***************************************************************************************/
11 /*** structures declarations (and typedefs of structures)*****************************************/
13 typedef struct mc_skin_color_struct
21 /*** global variables defined in .c file *********************************************************/
23 /*** declarations of public functions ************************************************************/
25 gboolean
mc_skin_ini_file_load (mc_skin_t
*);
26 gboolean
mc_skin_ini_file_parse (mc_skin_t
*);
27 void mc_skin_set_hardcoded_skin (mc_skin_t
*);
29 gboolean
mc_skin_ini_file_parse_colors (mc_skin_t
*);
30 gboolean
mc_skin_color_parse_ini_file (mc_skin_t
*);
32 void mc_skin_hardcoded_ugly_lines (mc_skin_t
*);
33 void mc_skin_hardcoded_space_lines (mc_skin_t
*);
34 void mc_skin_hardcoded_blackwhite_colors (mc_skin_t
*);
36 void mc_skin_colors_old_configure (mc_skin_t
*);
38 /*** inline functions ****************************************************************************/
40 #endif /* MC__SKIN_INTERNAL_H */