wok-current diff vte-gtk2/stuff/vte-vala.patch @ rev 25634

Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Jan 14 08:12:37 2024 +0000 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vte-gtk2/stuff/vte-vala.patch	Sun Jan 14 08:12:37 2024 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- a/bindings/vala/app.vala
     1.5 ++++ b/bindings/vala/app.vala
     1.6 +@@ -819,6 +819,7 @@
     1.7 + 
     1.8 +   public struct Options
     1.9 +   {
    1.10 ++    public int dummy;
    1.11 +     public static bool audible = false;
    1.12 +     public static string? command = null;
    1.13 +     private static string? cjk_ambiguous_width_string = null;