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
path: root/src
diff options
context:
space:
mode:
authorThibault Molleman <thibaultmolleman@gmail.com>2023-05-08 11:35:35 +0300
committerThibault Molleman <thibaultmolleman@gmail.com>2023-05-08 11:35:35 +0300
commit31303ca9c552a105d6b33f25140ee8c844bdd90c (patch)
tree29ff8cd5a5c38f49ae6ea7a10f50a394629694df /src
parentfd0fb47d50fbc472a96415e0f11a84838a74b79b (diff)
add 1080p as a default resolution to remmina_pref.c
+-25% of people on the internet use 1920x1080 according to statcounter.com
Diffstat (limited to 'src')
-rw-r--r--src/remmina_pref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_pref.c b/src/remmina_pref.c
index 2b3cbe038..24652f6b4 100644
--- a/src/remmina_pref.c
+++ b/src/remmina_pref.c
@@ -55,7 +55,7 @@
#include "remmina_log.h"
#include "remmina/remmina_trace_calls.h"
-const gchar *default_resolutions = "640x480,800x600,1024x768,1152x864,1280x960,1400x1050";
+const gchar *default_resolutions = "640x480,800x600,1024x768,1152x864,1280x960,1400x1050,1920x1080";
const gchar *default_keystrokes = "Send hello world§hello world\\n";
gchar *remmina_keymap_file;