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