wok-current annotate vte/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 (12 months ago) |
parents | |
children |
rev | line source |
---|---|
shann@25634 | 1 --- a/bindings/vala/app.vala |
shann@25634 | 2 +++ b/bindings/vala/app.vala |
shann@25634 | 3 @@ -819,6 +819,7 @@ |
shann@25634 | 4 |
shann@25634 | 5 public struct Options |
shann@25634 | 6 { |
shann@25634 | 7 + public int dummy; |
shann@25634 | 8 public static bool audible = false; |
shann@25634 | 9 public static string? command = null; |
shann@25634 | 10 private static string? cjk_ambiguous_width_string = null; |