EHS
Loading...
Searching...
No Matches
xdg-shell-protocol.c File Reference
#include <stdlib.h>
#include <stdint.h>
#include "wayland-util.h"

Macros

#define __has_attribute(x)
 
#define WL_PRIVATE
 

Variables

const struct wl_interface wl_output_interface
 
const struct wl_interface wl_seat_interface
 
const struct wl_interface wl_surface_interface
 
const struct wl_interface xdg_popup_interface
 
const struct wl_interface xdg_positioner_interface
 
const struct wl_interface xdg_surface_interface
 
const struct wl_interface xdg_toplevel_interface
 
WL_PRIVATE const struct wl_interface xdg_wm_base_interface
 

Macro Definition Documentation

◆ __has_attribute

#define __has_attribute ( x)
Value:
0 /* Compatibility with non-clang compilers. */

◆ WL_PRIVATE

#define WL_PRIVATE

Variable Documentation

◆ wl_output_interface

const struct wl_interface wl_output_interface
extern

◆ wl_seat_interface

const struct wl_interface wl_seat_interface
extern

◆ wl_surface_interface

const struct wl_interface wl_surface_interface
extern

◆ xdg_popup_interface

WL_PRIVATE const struct wl_interface xdg_popup_interface
Initial value:
= {
"xdg_popup", 6,
3, xdg_popup_requests,
3, xdg_popup_events,
}

◆ xdg_positioner_interface

WL_PRIVATE const struct wl_interface xdg_positioner_interface
Initial value:
= {
"xdg_positioner", 6,
10, xdg_positioner_requests,
0, NULL,
}

◆ xdg_surface_interface

WL_PRIVATE const struct wl_interface xdg_surface_interface
Initial value:
= {
"xdg_surface", 6,
5, xdg_surface_requests,
1, xdg_surface_events,
}

◆ xdg_toplevel_interface

WL_PRIVATE const struct wl_interface xdg_toplevel_interface
Initial value:
= {
"xdg_toplevel", 6,
14, xdg_toplevel_requests,
4, xdg_toplevel_events,
}

◆ xdg_wm_base_interface

WL_PRIVATE const struct wl_interface xdg_wm_base_interface
Initial value:
= {
"xdg_wm_base", 6,
4, xdg_wm_base_requests,
1, xdg_wm_base_events,
}