diff options
Diffstat (limited to 'net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h')
-rw-r--r-- | net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h b/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h new file mode 100644 index 000000000000..c1f8ab610b8b --- /dev/null +++ b/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-connection.h @@ -0,0 +1,11 @@ +--- plugins/vnc/vinagre-vnc-connection.h.orig 2020-08-30 07:00:18 UTC ++++ 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)) |