summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-08 02:28:24 +0000
committerDana Jansens <danakj@orodu.net>2002-07-08 02:28:24 +0000
commit1618ecc845e9191a383ea9ffd1e6ab7e31caec15 (patch)
treefccdb74311f1c8dbcac4b00a85f20ae2938a958d /src/Screen.hh
parent5ba3ee6ec29cf3b54a1e3cc3233a37c0c7fdedee (diff)
extend the style format to use xft.(font|size|flags) to specify an xft font
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 2 insertions, 1 deletions
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);