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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st_plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/st_plugin.c b/st_plugin.c
index 1a7a2f4..f5512a0 100644
--- a/st_plugin.c
+++ b/st_plugin.c
@@ -283,7 +283,9 @@ static RemminaProtocolPlugin remmina_plugin =
remmina_st_query_feature, // Query for available features
NULL, // Call a feature
NULL, // Send a keystroke
- NULL // Capture screenshot
+ NULL, // Capture screenshot
+ NULL, // RCW map event
+ NULL // RCW unmap event
};
G_MODULE_EXPORT gboolean remmina_plugin_entry(RemminaPluginService *service)