wlmaker
Toggle main menu visibility
Loading...
Searching...
No Matches
src
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
27
struct
wl_display;
28
30
typedef
struct
_wlmaker_xdg_decoration_manager_t
wlmaker_xdg_decoration_manager_t
;
31
32
#include "
server.h
"
// IWYU pragma: keep
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
// __cplusplus
37
46
wlmaker_xdg_decoration_manager_t
*
wlmaker_xdg_decoration_manager_create
(
47
struct
wl_display *wl_display_ptr,
48
bspl_dict_t *config_dict_ptr);
49
55
void
wlmaker_xdg_decoration_manager_destroy
(
56
wlmaker_xdg_decoration_manager_t
*decoration_manager_ptr);
57
59
extern
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 ============================================== */
server.h
_wlmaker_xdg_decoration_manager_t
Definition
xdg_decoration.c:44
wlmaker_xdg_decoration_test_set
const bs_test_set_t wlmaker_xdg_decoration_test_set
Definition
xdg_decoration.c:444
wlmaker_xdg_decoration_manager_create
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
wlmaker_xdg_decoration_manager_destroy
void wlmaker_xdg_decoration_manager_destroy(wlmaker_xdg_decoration_manager_t *decoration_manager_ptr)
Definition
xdg_decoration.c:181
wlmaker_xdg_decoration_manager_t
struct _wlmaker_xdg_decoration_manager_t wlmaker_xdg_decoration_manager_t
Definition
xdg_decoration.h:30
Generated by
1.17.0