26 lines
695 B
Diff
26 lines
695 B
Diff
From 54af62f798f946c19f9614b852c2c5c172e7182b Mon Sep 17 00:00:00 2001
|
|
From: chen-jan <chen_aka_jan@163.com>
|
|
Date: Mon, 8 Nov 2021 01:49:06 +0000
|
|
Subject: [PATCH] test
|
|
|
|
---
|
|
bindings/vala/app.vala | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/bindings/vala/app.vala b/bindings/vala/app.vala
|
|
index 3b73106..61b8ec8 100644
|
|
--- a/bindings/vala/app.vala
|
|
+++ b/bindings/vala/app.vala
|
|
@@ -827,6 +827,8 @@ class App : Gtk.Application
|
|
|
|
public struct Options
|
|
{
|
|
+ //FIXME Merge this struct into App class
|
|
+ public int dummy;
|
|
public static bool audible = false;
|
|
public static string? command = null;
|
|
private static string? cjk_ambiguous_width_string = null;
|
|
--
|
|
2.30.0
|
|
|