summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 02:08:36 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 02:08:36 +0100
commit6ae224107fbc0589629e3368bd516e08ae4b5a54 (patch)
tree4f39345cfcbefdff8005cc912ee89723f49b8c99 /src/common/util.h
parente0f61605de13844e17caa25722ec13a08cf743b6 (diff)
Use Consolas as the default font where available
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index b4185676..0ff32227 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -47,6 +47,7 @@ int waitline (int sok, char *buf, int bufsize, int);
 #ifdef WIN32
 int waitline2 (GIOChannel *source, char *buf, int bufsize);
 int get_cpu_arch (void);
+int find_font (const char *fontname);
 #else
 #define waitline2(source,buf,size) waitline(serv->childread,buf,size,0)
 #endif