mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
clutter: Remove leftover wayland backend references
https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
parent
b281f9566d
commit
a1bedd4b1c
@ -517,9 +517,6 @@ static const struct {
|
|||||||
#ifdef CLUTTER_WINDOWING_X11
|
#ifdef CLUTTER_WINDOWING_X11
|
||||||
{ CLUTTER_WINDOWING_X11, clutter_backend_x11_new },
|
{ CLUTTER_WINDOWING_X11, clutter_backend_x11_new },
|
||||||
#endif
|
#endif
|
||||||
#ifdef CLUTTER_WINDOWING_WAYLAND
|
|
||||||
{ CLUTTER_WINDOWING_WAYLAND, clutter_backend_wayland_new },
|
|
||||||
#endif
|
|
||||||
#ifdef CLUTTER_WINDOWING_EGL
|
#ifdef CLUTTER_WINDOWING_EGL
|
||||||
{ CLUTTER_WINDOWING_EGL, clutter_backend_egl_native_new },
|
{ CLUTTER_WINDOWING_EGL, clutter_backend_egl_native_new },
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user