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:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-22 18:33:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-22 18:33:53 +0300
commitcebd66c20a2b97642c4e42235d015f6e2059605d (patch)
tree0b6185d9d4a2eb4cbcd156f97d7ba2c48d212e22 /src/remmina_exec.h
parent0e70fe0c09812d59f397536212c60a323a8fbd36 (diff)
Adding autostart profiles at remmina startup, closes #2013
Diffstat (limited to 'src/remmina_exec.h')
-rw-r--r--src/remmina_exec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remmina_exec.h b/src/remmina_exec.h
index f61910e9c..df362d3bc 100644
--- a/src/remmina_exec.h
+++ b/src/remmina_exec.h
@@ -48,7 +48,8 @@ typedef enum {
REMMINA_COMMAND_VERSION = 7,
REMMINA_COMMAND_FULL_VERSION = 8,
REMMINA_COMMAND_PLUGIN = 9,
- REMMINA_COMMAND_EXIT = 10
+ REMMINA_COMMAND_EXIT = 10,
+ REMMINA_COMMAND_AUTOSTART = 11
} RemminaCommandType;
typedef enum {