From f167c6bc4c8da74e191180d4fbd3ad8b05493caa Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 14 Aug 2016 22:17:59 +0200 Subject: [PATCH] cc_frm_footer: overload font option with old familiar font Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/13966c519b00367d611830be773f9a1f1502fe3e Author: vanhofen Date: 2016-08-14 (Sun, 14 Aug 2016) Origin message was: ------------------ - cc_frm_footer: overload font option with old familiar font ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_frm_footer.cpp | 1 - src/gui/components/cc_frm_footer.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/components/cc_frm_footer.cpp b/src/gui/components/cc_frm_footer.cpp index f5bf6905b..cf95d611b 100644 --- a/src/gui/components/cc_frm_footer.cpp +++ b/src/gui/components/cc_frm_footer.cpp @@ -25,7 +25,6 @@ #include #endif -#include #include #include "cc_frm_footer.h" #include diff --git a/src/gui/components/cc_frm_footer.h b/src/gui/components/cc_frm_footer.h index 45ec30b42..e2076e3c7 100644 --- a/src/gui/components/cc_frm_footer.h +++ b/src/gui/components/cc_frm_footer.h @@ -26,6 +26,7 @@ #include "cc_frm_header.h" #include "cc_frm_button.h" +#include #include //for compatibility with 'button_label' type //for 'button_label' type with string @@ -135,7 +136,7 @@ class CComponentsFooter : public CComponentsHeader const struct button_label * const content, const int& label_width = 0, const int& context_buttons = 0, - Font* font = NULL, + Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL], bool do_save_bg = CC_SAVE_SCREEN_NO );