summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2024-11-15 18:05:03 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2024-11-15 18:05:03 +0100
commita398e30eea8db3ec6a643b45a2774fa97b672931 (patch)
tree97e836fae67ce1c7566168d634ca791ddcacd4ff /debian/patches
parent401facbb430fa84882171f267e081f6da3463b13 (diff)
merge NMU
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0901-implicit-function-declaration.patch10
-rw-r--r--debian/patches/series1
2 files changed, 11 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;
+
diff --git a/debian/patches/series b/debian/patches/series
index 086db6d..2017ae8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
#0001-usr_gtk-3.patch
+0901-implicit-function-declaration.patch
#0900-spelling-errors.patch
0005-fix_link_lib_failed.patch