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:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-04-14 23:39:57 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-15 13:30:09 +0300
commit1e4701c7139efa21d25aaf6f7622e75bbb6b1438 (patch)
tree23253872cecb03c6e70ea44b7659b1a852660337
parentf92fedf5cd2576dcce1f4459e6eebc978e26f15c (diff)
Remove checks for GTK >= 3 since GTK2 is not supported anymore
-rw-r--r--nx_plugin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nx_plugin.c b/nx_plugin.c
index 1116c28..16959b4 100644
--- a/nx_plugin.c
+++ b/nx_plugin.c
@@ -37,9 +37,7 @@
#include <errno.h>
#include <pthread.h>
#include "common/remmina_plugin.h"
-#if GTK_VERSION == 3
-# include <gtk/gtkx.h>
-#endif
+#include <gtk/gtkx.h>
#include <time.h>
#define LIBSSH_STATIC 1
#include <libssh/libssh.h>