Commit 8c5a6ea8 authored by Victor Ananjevsky's avatar Victor Ananjevsky

improve "wayland" commit

parent 8b0e5af4
......@@ -811,7 +811,11 @@ main (gint argc, gchar ** argv)
}
#ifndef GDK_WINDOWING_X11
if (options.mode == YAD_MODE_NOTEBOOK || options.mode == YAD_MODE_PANED)
if (options.mode == YAD_MODE_NOTEBOOK || options.mode == YAD_MODE_PANED
#ifdef HAVE_TRAY
|| options.mode == YAD_MODE_NOTIFICATION
#endif
)
{
g_printerr ("This mode not supported outside X11");
return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment