mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00:00
build: Fix non-wayland builds
Add the necessary preprocessor guards that were missed in commits65e9c89ed9
and6d64123849
... https://bugzilla.gnome.org/show_bug.cgi?id=780533
This commit is contained in:

committed by
Florian Müllner

parent
e146428038
commit
2f30098ab5
@@ -388,7 +388,9 @@ meta_begin_modal_for_plugin (MetaCompositor *compositor,
|
||||
meta_display_sync_wayland_input_focus (display);
|
||||
meta_display_cancel_touch (display);
|
||||
|
||||
#ifdef HAVE_WAYLAND
|
||||
meta_dnd_wayland_handle_begin_modal (compositor);
|
||||
#endif
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user