wlmaker
Loading...
Searching...
No Matches
xdg_decoration.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __XDG_DECORATION_H__
22#define __XDG_DECORATION_H__
23
24#include <libbase/libbase.h>
25#include <libbase/plist.h>
26
27struct wl_display;
28
31
32#include "server.h" // IWYU pragma: keep
33
34#ifdef __cplusplus
35extern "C" {
36#endif // __cplusplus
37
47 struct wl_display *wl_display_ptr,
48 bspl_dict_t *config_dict_ptr);
49
56 wlmaker_xdg_decoration_manager_t *decoration_manager_ptr);
57
59extern const bs_test_set_t wlmaker_xdg_decoration_test_set;
60
61#ifdef __cplusplus
62} // extern "C"
63#endif // __cplusplus
64
65#endif /* __XDG_DECORATION_H__ */
66/* == End of xdg_decoration.h ============================================== */
Definition xdg_decoration.c:44
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:130
void wlmaker_xdg_decoration_manager_destroy(wlmaker_xdg_decoration_manager_t *decoration_manager_ptr)
Definition xdg_decoration.c:181
const bs_test_set_t wlmaker_xdg_decoration_test_set
Definition xdg_decoration.c:444