blob: dbf878b326e56e5066fbdfd4db6775e9207d4b5a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/app/bin/ctext.c
+++ b/app/bin/ctext.c
@@ -36,6 +36,7 @@
void UpdateFontSizeList( long *, wList_p, wIndex_t );
long GetFontSize(long);
long GetFontSizeIndex(long size);
+void wSetSelectedFontSize(wFontSize_t size);
static wMenu_p textPopupM;
|