diff options
author | TingPing <tingping@tingping.se> | 2014-01-31 17:20:17 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-02-04 20:45:29 -0500 |
commit | 3a7fb4d8e1896eced87e3ccbf9369d76fa10d7e0 (patch) | |
tree | 444fe3085277bcc8a65f187991a874d0e794c0f6 /src/common/fe.h | |
parent | 8e55157e6abc105ee17d80d91a291ca8e1215733 (diff) |
osx: Set Menlo as default font
This moves the find_font function to the front ends since it depends on pango and cairo
Diffstat (limited to 'src/common/fe.h')
-rw-r--r-- | src/common/fe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fe.h b/src/common/fe.h index cd8ecef9..b67329ec 100644 --- a/src/common/fe.h +++ b/src/common/fe.h @@ -180,5 +180,6 @@ void fe_tray_set_icon (feicon icon); void fe_tray_set_tooltip (const char *text); void fe_tray_set_balloon (const char *title, const char *text); void fe_open_chan_list (server *serv, char *filter, int do_refresh); +const char *fe_get_default_font (); #endif |