Wayland and XWayland fallback implementation uses XDP in order to query picked color from desktop.
34 lines
923 B
C
34 lines
923 B
C
/*
|
|
* Copyright (C) 2024 GNOME Foundation, Inc.
|
|
*
|
|
* This file is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU Lesser General Public License as
|
|
* published by the Free Software Foundation, version 3.0 of the
|
|
* License.
|
|
*
|
|
* This file is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-3.0-only
|
|
*
|
|
* Authors:
|
|
* Hubert Figuière <hub@figuiere.net>
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <libportal/types.h>
|
|
|
|
#include "settings.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
XdpSettings * _xdp_settings_new (XdpPortal *portal);
|
|
|
|
G_END_DECLS
|