Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906602
Collapse All | Expand All

(-)./src/gtk23compat.h (-1 / +1 lines)
Lines 8-14 Link Here
8
#endif
8
#endif
9
9
10
#if GTK_CHECK_VERSION(3,22,26)
10
#if GTK_CHECK_VERSION(3,22,26)
11
#if !defined(__MINGW32__) && !defined(MAC_INTEGRATION)
11
#if !defined(__MINGW32__) && !defined(MAC_INTEGRATION) && defined(GDK_WINDOWING_WAYLAND)
12
#include <gdk/gdkwayland.h>
12
#include <gdk/gdkwayland.h>
13
#endif
13
#endif
14
#endif
14
#endif
(-)./src/twinwave.c (-2 / +1 lines)
Lines 19-25 Link Here
19
#include <gtk/gtkx.h>
19
#include <gtk/gtkx.h>
20
#endif
20
#endif
21
#if GTK_CHECK_VERSION(3,22,26)
21
#if GTK_CHECK_VERSION(3,22,26)
22
#if !defined(MAC_INTEGRATION)
22
#if !defined(MAC_INTEGRATION) && defined(GDK_WINDOWING_WAYLAND)
23
#include <gdk/gdkwayland.h>
23
#include <gdk/gdkwayland.h>
24
#endif
24
#endif
25
#endif
25
#endif
26
-----------------------------------------------------------------------

Return to bug 906602