Compiler warnings
This commit is contained in:
commit
de308f70a8
3 changed files with 381 additions and 463 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
fonts.c
|
||||
|
||||
Copyright (c) 2009-2014
|
||||
Copyright (c) 2009-2017
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -157,6 +157,10 @@ unsigned text_size = 4; // initial text size
|
|||
|
||||
int button_label_y_nudge;
|
||||
|
||||
#ifdef FORKED_FONTS
|
||||
static void reliable_read(int fd, void *buf, size_t count);
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef NO_SDLPANGO
|
||||
static TuxPaint_Font *try_alternate_font(int size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue