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
25
26#include "server.h" // IWYU pragma: keep
27
28#ifdef __cplusplus
29extern "C" {
30#endif // __cplusplus
31
41
48 wlmaker_xdg_decoration_manager_t *decoration_manager_ptr);
49
50#ifdef __cplusplus
51} // extern "C"
52#endif // __cplusplus
53
54#endif /* __XDG_DECORATION_H__ */
55/* == End of xdg_decoration.h ============================================== */
Definition server.h:84
Definition xdg_decoration.c:41
wlmaker_server_t * server_ptr
Definition xdg_decoration.c:43
void wlmaker_xdg_decoration_manager_destroy(wlmaker_xdg_decoration_manager_t *decoration_manager_ptr)
Definition xdg_decoration.c:163
wlmaker_xdg_decoration_manager_t * wlmaker_xdg_decoration_manager_create(wlmaker_server_t *server_ptr)
Definition xdg_decoration.c:113