diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-08 02:28:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-08 02:28:24 +0000 |
| commit | 1618ecc845e9191a383ea9ffd1e6ab7e31caec15 (patch) | |
| tree | fccdb74311f1c8dbcac4b00a85f20ae2938a958d /src/Screen.hh | |
| parent | 5ba3ee6ec29cf3b54a1e3cc3233a37c0c7fdedee (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.hh | 3 |
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); |
