1 Star 0 Fork 6

src-oepkgs-oE-rv/vinagre

forked from src-openEuler/vinagre 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0003-fix-compilation-failed.patch 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff --git a/plugins/vnc/vinagre-vnc-connection.h b/plugins/vnc/vinagre-vnc-connection.h
index 4788ae2..f37642c 100644
--- a/plugins/vnc/vinagre-vnc-connection.h
+++ b/plugins/vnc/vinagre-vnc-connection.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
-gboolean scaling_command_line;
+extern gboolean scaling_command_line;
#define VINAGRE_TYPE_VNC_CONNECTION (vinagre_vnc_connection_get_type ())
#define VINAGRE_VNC_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VINAGRE_TYPE_VNC_CONNECTION, VinagreVncConnection))
diff --git a/plugins/vnc/vinagre-vnc-plugin.c b/plugins/vnc/vinagre-vnc-plugin.c
index a5884da..438aa99 100644
--- a/plugins/vnc/vinagre-vnc-plugin.c
+++ b/plugins/vnc/vinagre-vnc-plugin.c
@@ -35,6 +35,8 @@
#include "vinagre-vnc-connection.h"
#include "vinagre-vnc-tab.h"
+gboolean scaling_command_line;
+
void vnc_register_types (void);
static void vinagre_vnc_protocol_iface_init (VinagreProtocolInterface *iface);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/vinagre.git
[email protected]:src-oepkgs-oe-rv/vinagre.git
src-oepkgs-oe-rv
vinagre
vinagre
master

搜索帮助