diff options
| author | mark.herbert <[email protected]> | 2025-07-18 11:42:38 +0300 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2025-09-04 10:12:14 -0400 |
| commit | d68c23bd8e07612f305dcc7825f3a8ee448544f5 (patch) | |
| tree | a0de3e3b98337639b75279a1d58ea52b276d82bb /libmate-panel-applet/mate-panel-applet.c | |
| parent | 7867d2d5888f48369bc34c1182d5171c4c224b13 (diff) | |
| download | mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.bz2 mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.xz | |
Wayland-only-build attempt 3 - changes from other branch removed
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet.c')
| -rw-r--r-- | libmate-panel-applet/mate-panel-applet.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c index 48e12622..897f1726 100644 --- a/libmate-panel-applet/mate-panel-applet.c +++ b/libmate-panel-applet/mate-panel-applet.c @@ -45,6 +45,10 @@ #include <X11/Xatom.h> #include "panel-plug-private.h" #endif +#ifndef HAVE_X11 +#include <gdk/gdkwayland.h> +#define GDK_IS_X11_DISPLAY(object) !(G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_DISPLAY)) +#endif #include "mate-panel-applet.h" #include "panel-applet-private.h" |
