comparison libcore/core/theme.c @ 134:197374e9f0b2

cmake: prefix assets with their directory
author David Demelier <markand@malikania.fr>
date Sun, 11 Oct 2020 14:54:27 +0200
parents c46f80820b42
children eadfed7674ac
comparison
equal deleted inserted replaced
133:c46f80820b42 134:197374e9f0b2
172 const size_t datasz; 172 const size_t datasz;
173 unsigned int size; 173 unsigned int size;
174 struct font **dest; 174 struct font **dest;
175 struct font font; 175 struct font font;
176 } default_fonts[] = { 176 } default_fonts[] = {
177 FONT(f25_bank_printer, 10, THEME_FONT_DEBUG), 177 FONT(fonts_f25_bank_printer, 10, THEME_FONT_DEBUG),
178 FONT(comic_neue, 20, THEME_FONT_INTERFACE) 178 FONT(fonts_comic_neue, 20, THEME_FONT_INTERFACE)
179 }; 179 };
180 180
181 bool 181 bool
182 theme_init(void) 182 theme_init(void)
183 { 183 {