diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-15 18:06:27 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-15 18:06:27 +0100 |
commit | bf47ca266103b3889ed122a4ab78b9d6678bb9cc (patch) | |
tree | 97e836fae67ce1c7566168d634ca791ddcacd4ff /debian/patches/0901-implicit-function-declaration.patch | |
parent | df5520aa2dae5b3ce7abf8733dcdd152898af163 (diff) | |
parent | a398e30eea8db3ec6a643b45a2774fa97b672931 (diff) |
Merge branch 'release/debian/1_5.3.0GA-1.1'HEADdebian/1_5.3.0GA-1.1master
Diffstat (limited to 'debian/patches/0901-implicit-function-declaration.patch')
-rw-r--r-- | debian/patches/0901-implicit-function-declaration.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/0901-implicit-function-declaration.patch b/debian/patches/0901-implicit-function-declaration.patch new file mode 100644 index 0000000..dbf878b --- /dev/null +++ b/debian/patches/0901-implicit-function-declaration.patch @@ -0,0 +1,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; + |