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>2020-01-07 19:28:10 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-01-07 19:28:10 +0300
commita08b71a387b66c6f47407d8589753dff49705d29 (patch)
treeff5edfdfc0fe33a2c94b81cfd5f067f09d57e9be /src/remmina.c
parent894801189c56fa515d261025c79169714a0aaded (diff)
GDK_CORE_DEVICE_EVENTS refactoring
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 6a11ca388..68f49bc58 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -305,6 +305,8 @@ int main(int argc, char *argv[])
const gchar *app_id;
int status;
+ g_unsetenv ("GDK_CORE_DEVICE_EVENTS");
+
/* Enable wayland backend only after GTK 3.22.27 or the clipboard
* will not work. See GTK bug 790031 */
if (remmina_gtk_check_version(3, 22, 27))