Loading [MathJax]/jax/input/TeX/config.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
xdg-shell.cpp File Reference
#include "xdg-shell.h"
#include <stdint.h>
#include <stdlib.h>
#include "wayland-util.h"

Macros

#define WL_EXPORT
 

Variables

WL_EXPORT const struct wl_interface xdg_wm_base_interface
 
WL_EXPORT const struct wl_interface xdg_positioner_interface
 
WL_EXPORT const struct wl_interface xdg_surface_interface
 
WL_EXPORT const struct wl_interface xdg_toplevel_interface
 
WL_EXPORT const struct wl_interface xdg_popup_interface
 

Macro Definition Documentation

◆ WL_EXPORT

#define WL_EXPORT

Variable Documentation

◆ xdg_popup_interface

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

◆ xdg_positioner_interface

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

◆ xdg_surface_interface

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

◆ xdg_toplevel_interface

WL_EXPORT 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_EXPORT const struct wl_interface xdg_wm_base_interface
Initial value:
= {
"xdg_wm_base", 6, 4, xdg_wm_base_requests, 1, xdg_wm_base_events,
}