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:
authorWeijia Wang <8018380-wegank@users.noreply.gitlab.com>2022-12-04 10:46:37 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-12-04 10:46:37 +0300
commit4d8767e3699c65846ab945ad6802971eb1e72874 (patch)
tree6482f0661c4503b0e41257062a31871be3b743b4 /plugins/python_wrapper
parentb07f58d287d164741d0c61fc035aa3b9d1b5c5ce (diff)
Initial macOS support
Diffstat (limited to 'plugins/python_wrapper')
-rw-r--r--plugins/python_wrapper/python_wrapper_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python_wrapper/python_wrapper_plugin.c b/plugins/python_wrapper/python_wrapper_plugin.c
index 858fc4557..c85d46154 100644
--- a/plugins/python_wrapper/python_wrapper_plugin.c
+++ b/plugins/python_wrapper/python_wrapper_plugin.c
@@ -38,7 +38,7 @@
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
-#else
+#elif defined(GDK_WINDOWING_WAYLAND)
#include <gdk/gdkwayland.h>
#endif
#include "config.h"