summary refs log tree commit diff stats
path: root/src/common/fe.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-31 17:20:17 -0500
committerTingPing <tingping@tingping.se>2014-02-04 20:45:29 -0500
commit3a7fb4d8e1896eced87e3ccbf9369d76fa10d7e0 (patch)
tree444fe3085277bcc8a65f187991a874d0e794c0f6 /src/common/fe.h
parent8e55157e6abc105ee17d80d91a291ca8e1215733 (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.h1
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