diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-06 11:38:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-06 11:38:14 +0000 |
commit | 45634fb66cceb78e239a5a2e1c0f46c23bb45b2e (patch) | |
tree | 56ff716ad26931fae3a004cb7d9f3d7d891ad949 /0003-fix-compilation-failed.patch | |
parent | b9239bebaff9de76e60f37687ac17829c5bb6d57 (diff) |
automatic import of vinagreopeneuler22.03_LTS
Diffstat (limited to '0003-fix-compilation-failed.patch')
-rw-r--r-- | 0003-fix-compilation-failed.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0003-fix-compilation-failed.patch b/0003-fix-compilation-failed.patch new file mode 100644 index 0000000..6713055 --- /dev/null +++ b/0003-fix-compilation-failed.patch @@ -0,0 +1,26 @@ +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); |