We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fd7311 + e7a3729 commit d7615dcCopy full SHA for d7615dc
platform/linuxbsd/wayland/display_server_wayland.cpp
@@ -1541,7 +1541,10 @@ bool DisplayServerWayland::color_picker(const Callable &p_callback) {
1541
// TODO: Use window IDs for multiwindow support.
1542
1543
WaylandThread::WindowState *ws = wayland_thread.wl_surface_get_window_state(wayland_thread.window_get_wl_surface(window_id));
1544
+#ifdef DBUS_ENABLED
1545
return portal_desktop->color_picker((ws ? ws->exported_handle : String()), p_callback);
1546
+#endif
1547
+ return false;
1548
}
1549
1550
void DisplayServerWayland::try_suspend() {
0 commit comments