From 1618ecc845e9191a383ea9ffd1e6ab7e31caec15 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Jul 2002 02:28:24 +0000 Subject: extend the style format to use xft.(font|size|flags) to specify an xft font --- src/Screen.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index 3ce57db3..6fa92c5f 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -180,7 +180,8 @@ private: BColor readDatabaseColor(const std::string &rname, const std::string &default_color, const Configuration &style); - BFont *readDatabaseFont(const std::string &rname, const Configuration &style); + BFont *readDatabaseFont(const std::string &rbasename, + const Configuration &style); void InitMenu(void); void LoadStyle(void); -- cgit v1.2.3