wlmaker
Loading...
Searching...
No Matches
xdg_decoration.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __XDG_DECORATION_H__
21#define __XDG_DECORATION_H__
22
23#include <libbase/libbase.h>
24#include <libbase/plist.h>
25
26struct wl_display;
27
30
31#include "server.h" // IWYU pragma: keep
32
33#ifdef __cplusplus
34extern "C" {
35#endif // __cplusplus
36
46 struct wl_display *wl_display_ptr,
47 bspl_dict_t *config_dict_ptr);
48
55 wlmaker_xdg_decoration_manager_t *decoration_manager_ptr);
56
58extern const bs_test_set_t wlmaker_xdg_decoration_test_set;
59
60#ifdef __cplusplus
61} // extern "C"
62#endif // __cplusplus
63
64#endif /* __XDG_DECORATION_H__ */
65/* == End of xdg_decoration.h ============================================== */
Definition xdg_decoration.c:43
wlmaker_xdg_decoration_manager_t * wlmaker_xdg_decoration_manager_create(struct wl_display *wl_display_ptr, bspl_dict_t *config_dict_ptr)
Definition xdg_decoration.c:129
void wlmaker_xdg_decoration_manager_destroy(wlmaker_xdg_decoration_manager_t *decoration_manager_ptr)
Definition xdg_decoration.c:180
const bs_test_set_t wlmaker_xdg_decoration_test_set
Definition xdg_decoration.c:445