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

(-)mutter-45.0-1/src/backends/x11/nested/meta-backend-x11-nested.c (+2 lines)
Lines 25-31 Link Here
25
#include "backends/x11/nested/meta-cursor-renderer-x11-nested.h"
25
#include "backends/x11/nested/meta-cursor-renderer-x11-nested.h"
26
#include "backends/x11/nested/meta-renderer-x11-nested.h"
26
#include "backends/x11/nested/meta-renderer-x11-nested.h"
27
27
28
#ifdef HAVE_WAYLAND
28
#include "wayland/meta-wayland.h"
29
#include "wayland/meta-wayland.h"
30
#endif
29
31
30
typedef struct _MetaBackendX11NestedPrivate
32
typedef struct _MetaBackendX11NestedPrivate
31
{
33
{
(-)mutter-45.0-1/src/core/meta-context-main.c (+2 lines)
Lines 33-39 Link Here
33
#include "backends/meta-virtual-monitor.h"
33
#include "backends/meta-virtual-monitor.h"
34
#include "backends/x11/cm/meta-backend-x11-cm.h"
34
#include "backends/x11/cm/meta-backend-x11-cm.h"
35
#include "meta/meta-backend.h"
35
#include "meta/meta-backend.h"
36
#ifdef HAVE_WAYLAND
36
#include "wayland/meta-wayland.h"
37
#include "wayland/meta-wayland.h"
38
#endif
37
#include "x11/session.h"
39
#include "x11/session.h"
38
40
39
#ifdef HAVE_NATIVE_BACKEND
41
#ifdef HAVE_NATIVE_BACKEND

Return to bug 914571