Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-05-04 10:30:32 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2018-05-04 10:30:32 +0300
commitd69478353e72e4b3a795e60e489dc1607419c56c (patch)
tree3531ac5212d8994957183c650986ba3ad500aed7 /plugins/exec
parentb4d71a75c7993c1f1fece4dadd9bebd968b568db (diff)
plugins: explicitly set screenshot callback
Diffstat (limited to 'plugins/exec')
-rw-r--r--plugins/exec/exec_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/exec/exec_plugin.c b/plugins/exec/exec_plugin.c
index fe324cc1d..ea2660465 100644
--- a/plugins/exec/exec_plugin.c
+++ b/plugins/exec/exec_plugin.c
@@ -284,7 +284,8 @@ static RemminaProtocolPlugin remmina_plugin = {
remmina_plugin_exec_close, // Plugin close connection
NULL, // Query for available features
NULL, // Call a feature
- NULL, // Send a keystroke */
+ NULL, // Send a keystroke
+ NULL // No screenshot support available
};
G_MODULE_EXPORT gboolean remmina_plugin_entry(RemminaPluginService *service)