wlmaker
Loading...
Searching...
No Matches
xdg_toplevel.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __LIBWLCLIENT_XDG_TOPLEVEL_H__
21#define __LIBWLCLIENT_XDG_TOPLEVEL_H__
22
23#include <libbase/libbase.h>
24
25#include "libwlclient.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif // __cplusplus
30
33
43
50
57
58#ifdef __cplusplus
59} // extern "C"
60#endif // __cplusplus
61
62#endif /* __LIBWLCLIENT_XDG_TOPLEVEL_H__ */
63/* == End of xdg_toplevel.h ================================================== */
wlclient_xdg_toplevel_t * wlclient_xdg_toplevel_create(wlclient_t *wlclient_ptr)
Definition xdg_toplevel.c:58
bool wlclient_xdg_supported(wlclient_t *wlclient_ptr)
Definition xdg_toplevel.c:114
void wlclient_xdg_toplevel_destroy(wlclient_xdg_toplevel_t *toplevel_ptr)
Definition xdg_toplevel.c:103
Definition client.c:36
Definition xdg_toplevel.c:31
wlclient_t * wlclient_ptr
Definition xdg_toplevel.c:33