mirror of https://gitee.com/openkylin/peony.git
49 lines
1.4 KiB
C
49 lines
1.4 KiB
C
/* Generated by wayland-scanner 1.18.0 */
|
|
|
|
/*
|
|
* Copyright (C) 2021, KylinSoft Co., Ltd.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program 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 General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see https://www.gnu.org/licenses/.
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include "wayland-util.h"
|
|
|
|
#ifndef __has_attribute
|
|
# define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */
|
|
#endif
|
|
|
|
#if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
|
|
#define WL_PRIVATE __attribute__ ((visibility("hidden")))
|
|
#else
|
|
#define WL_PRIVATE
|
|
#endif
|
|
|
|
|
|
static const struct wl_interface *ukui_output_types[] = {
|
|
NULL,
|
|
};
|
|
|
|
static const struct wl_message ukui_output_requests[] = {
|
|
{ "set_outputs_paint_enabled", "u", ukui_output_types + 0 },
|
|
};
|
|
|
|
WL_PRIVATE const struct wl_interface ukui_output_interface = {
|
|
"ukui_output", 1,
|
|
1, ukui_output_requests,
|
|
0, NULL,
|
|
};
|
|
|