mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Compilation fix by anonymous to compile on TinyCore.
This commit is contained in:
parent
f58d5fc764
commit
ffb5307467
@ -318,10 +318,10 @@ void Desktop::read_config(void) {
|
||||
|
||||
/* try to get font */
|
||||
if(conf.get("Icons", "label_font", font_name, sizeof(font_name))) {
|
||||
font_cache_find(font_name, gisett->label_font,
|
||||
gisett->label_fontsize,
|
||||
gisett->label_font,
|
||||
gisett->label_fontsize);
|
||||
font_cache_find(font_name, (Fl_Font)gisett->label_font,
|
||||
gisett->label_fontsize,
|
||||
(Fl_Font)gisett->label_font,
|
||||
gisett->label_fontsize);
|
||||
}
|
||||
|
||||
/* minimal allowed font size */
|
||||
|
Loading…
Reference in New Issue
Block a user