mudgangster

Log | Files | Refs

commit 86af94233061ace853b0630bdf6fc1c2410c2546
parent df95d3499594199e49fc8286ec2fbf1b8cb4ade1
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu,  6 Sep 2018 16:21:23 +0300

Linux build fix

Diffstat:
src/x11.cc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/x11.cc b/src/x11.cc @@ -900,6 +900,11 @@ void ui_get_font_size( int * fw, int * fh ) { *fh = Style.font.height; } +bool ui_set_font( const char * name, int size ) { + // TODO + return false; +} + void ui_term() { textbox_destroy( &UI.main_text ); textbox_destroy( &UI.chat_text );