From 77b3943b751bed43d230de6db322a750bfd1fc8e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 4 Apr 2013 21:19:58 +0200 Subject: New message system. New common midi input class. Some compiler warning fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font. --- plugingui/font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/font.cc') diff --git a/plugingui/font.cc b/plugingui/font.cc index 670eba0..f9c8135 100644 --- a/plugingui/font.cc +++ b/plugingui/font.cc @@ -30,8 +30,8 @@ #include #endif/*X11*/ -GUI::Font::Font() - : img_font(":font.png") +GUI::Font::Font(std::string fontfile) + : img_font(fontfile) { int px = 0; int c; -- cgit v1.2.3