wlmaker
Loading...
Searching...
No Matches
xdg_toplevel.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __XDG_TOPLEVEL_H__
22#define __XDG_TOPLEVEL_H__
23
24#include <libbase/libbase.h>
25#include <stdbool.h>
26
27#include "task_list.h"
28
29struct wlr_xdg_toplevel;
31
32#ifdef __cplusplus
33extern "C" {
34#endif // __cplusplus
35
45 struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr,
47
50 struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr);
51
54 struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr,
56
58extern const bs_test_set_t wlmaker_xdg_toplevel_test_set;
59
60#ifdef __cplusplus
61} // extern "C"
62#endif // __cplusplus
63
64#endif /* __XDG_TOPLEVEL_H__ */
65/* == End of xdg_toplevel.h ================================================ */
Definition server.h:76
Definition xdg_toplevel.c:51
bool server_side_decorated
Definition xdg_toplevel.c:125
wlmaker_server_t * server_ptr
Definition xdg_toplevel.c:56
struct wlr_xdg_toplevel * wlr_xdg_toplevel_ptr
Definition xdg_toplevel.c:58
struct wlmaker_xdg_toplevel * wlmaker_xdg_toplevel_create(struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr, wlmaker_server_t *server_ptr)
Definition xdg_toplevel.c:233
void wlmaker_xdg_toplevel_destroy(struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr)
Definition xdg_toplevel.c:253
void wlmaker_xdg_toplevel_set_server_side_decorated(struct wlmaker_xdg_toplevel *wlmaker_xdg_toplevel_ptr, bool server_side_decorated)
Definition xdg_toplevel.c:299
const bs_test_set_t wlmaker_xdg_toplevel_test_set
Definition xdg_toplevel.c:1052