mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
osx: Set Menlo as default font
This moves the find_font function to the front ends since it depends on pango and cairo
This commit is contained in:
@@ -65,7 +65,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user